pub unsafe extern "C" fn SkSurface_MakeRenderTarget(
    context: *mut GrRecordingContext,
    budgeted: skgpu_Budgeted,
    imageInfo: *const SkImageInfo,
    sampleCount: c_int,
    surfaceOrigin: GrSurfaceOrigin,
    surfaceProps: *const SkSurfaceProps,
    shouldCreateWithMips: bool
) -> sk_sp<SkSurface>