pub unsafe extern "C" fn SkRuntimeEffect_makeImage(
    this: *const SkRuntimeEffect,
    arg1: *mut GrRecordingContext,
    uniforms: sk_sp<SkData>,
    children: SkSpan<SkRuntimeEffect_ChildPtr>,
    localMatrix: *const SkMatrix,
    resultInfo: SkImageInfo,
    mipmapped: bool
) -> sk_sp<SkImage>