pub unsafe extern "C" fn SkPath_interpolate(
    this: *const SkPath,
    ending: *const SkPath,
    weight: SkScalar,
    out: *mut SkPath
) -> bool