pub unsafe extern "C" fn SkCanvas_clipPath(
    this: *mut SkCanvas,
    path: *const SkPath,
    op: SkClipOp,
    doAntiAlias: bool
)