CGImageDestinationCopyImageSource

Function CGImageDestinationCopyImageSource 

Source
pub unsafe extern "C-unwind" fn CGImageDestinationCopyImageSource(
    idst: &CGImageDestination,
    isrc: &CGImageSource,
    options: Option<&CFDictionary>,
    err: *mut *mut CFError,
) -> bool
👎Deprecated: renamed to CGImageDestination::copy_image_source
Available on crate features CGImageDestination and CGImageSource only.