CGPathCreateMutableCopy

Function CGPathCreateMutableCopy 

Source
pub extern "C-unwind" fn CGPathCreateMutableCopy(
    path: Option<&CGPath>,
) -> Option<CFRetained<CGMutablePath>>
👎Deprecated: renamed to CGMutablePath::new_copy
Available on crate feature CGPath only.