pub unsafe extern "C" fn C_PathUtils_FillPathWithPaint(
    src: *const SkPath,
    paint: *const SkPaint,
    dst: *mut SkPath,
    cullRect: *const SkRect,
    matrix: *const SkMatrix
) -> bool