CGPathCreateMutableCopyByTransformingPath

Function CGPathCreateMutableCopyByTransformingPath 

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