pub unsafe extern "C" fn SkMatrix_mapXY(
    this: *const SkMatrix,
    x: SkScalar,
    y: SkScalar,
    result: *mut SkPoint
)