CGImageDestinationCreateWithURL

Function CGImageDestinationCreateWithURL 

Source
pub unsafe extern "C-unwind" fn CGImageDestinationCreateWithURL(
    url: &CFURL,
    type: &CFString,
    count: usize,
    options: Option<&CFDictionary>,
) -> Option<CFRetained<CGImageDestination>>
👎Deprecated: renamed to CGImageDestination::with_url
Available on crate feature CGImageDestination only.