pub unsafe extern "C-unwind" fn CGPathCreateCopyByTransformingPath(
path: Option<&CGPath>,
transform: *const CGAffineTransform,
) -> Option<CFRetained<CGPath>>👎Deprecated: renamed to
CGPath::new_copy_by_transforming_pathAvailable on crate feature
CGPath only.