pub unsafe extern "C" fn SkPathRef_CreateTransformedCopy(
    dst: *mut sk_sp<SkPathRef>,
    src: *const SkPathRef,
    matrix: *const SkMatrix
)