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