pub unsafe extern "C-unwind" fn CGImageCreateWithPNGDataProvider(
source: Option<&CGDataProvider>,
decode: *const CGFloat,
should_interpolate: bool,
intent: CGColorRenderingIntent,
) -> Option<CFRetained<CGImage>>👎Deprecated: renamed to
CGImage::with_png_data_providerAvailable on crate features
CGColorSpace and CGDataProvider and CGImage only.