pub unsafe extern "C-unwind" fn CGImageSourceCreateWithURL(
url: &CFURL,
options: Option<&CFDictionary>,
) -> Option<CFRetained<CGImageSource>>
👎Deprecated: renamed to
CGImageSource::with_url
Available on crate feature
CGImageSource
only.