CGPathCreateCopy

Function CGPathCreateCopy 

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