pub unsafe extern "C-unwind" fn CGImageSourceCreateWithData(
data: &CFData,
options: Option<&CFDictionary>,
) -> Option<CFRetained<CGImageSource>>
👎Deprecated: renamed to
CGImageSource::with_data
Available on crate feature
CGImageSource
only.