pub unsafe extern "C" fn SkPathRef_interpolate(
    this: *const SkPathRef,
    ending: *const SkPathRef,
    weight: SkScalar,
    out: *mut SkPathRef
)