CGImageSourceCreateWithDataProvider

Function CGImageSourceCreateWithDataProvider 

Source
pub unsafe extern "C-unwind" fn CGImageSourceCreateWithDataProvider(
    provider: &CGDataProvider,
    options: Option<&CFDictionary>,
) -> Option<CFRetained<CGImageSource>>
👎Deprecated: renamed to CGImageSource::with_data_provider
Available on crate features CGImageSource and objc2-core-graphics only.