CGImageDestinationCreateWithData

Function CGImageDestinationCreateWithData 

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