CGImageDestinationAddImageAndMetadata

Function CGImageDestinationAddImageAndMetadata 

Source
pub unsafe extern "C-unwind" fn CGImageDestinationAddImageAndMetadata(
    idst: &CGImageDestination,
    image: &CGImage,
    metadata: Option<&CGImageMetadata>,
    options: Option<&CFDictionary>,
)
👎Deprecated: renamed to CGImageDestination::add_image_and_metadata
Available on crate features CGImageDestination and CGImageMetadata and objc2-core-graphics only.