pub unsafe extern "C-unwind" fn CGImageDestinationAddImageFromSource(
idst: &CGImageDestination,
isrc: &CGImageSource,
index: usize,
properties: Option<&CFDictionary>,
)
👎Deprecated: renamed to
CGImageDestination::add_image_from_source
Available on crate features
CGImageDestination
and CGImageSource
only.