pub unsafe extern "C-unwind" fn CGImageDestinationAddImage(
idst: &CGImageDestination,
image: &CGImage,
properties: Option<&CFDictionary>,
)
👎Deprecated: renamed to
CGImageDestination::add_image
Available on crate features
CGImageDestination
and objc2-core-graphics
only.