pub unsafe extern "C-unwind" fn CGImageSourceCreateImageAtIndex(
isrc: &CGImageSource,
index: usize,
options: Option<&CFDictionary>,
) -> Option<CFRetained<CGImage>>
👎Deprecated: renamed to
CGImageSource::image_at_index
Available on crate features
CGImageSource
and objc2-core-graphics
only.