pub unsafe extern "C" fn C_SkSurface_replaceBackendTexture(
    self_: *mut SkSurface,
    backendTexture: *const GrBackendTexture,
    origin: GrSurfaceOrigin,
    contentChangeMode: SkSurface_ContentChangeMode
) -> bool