CGImageCreateCopy

Function CGImageCreateCopy 

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