pub unsafe extern "C-unwind" fn CGImageMetadataCopyTagMatchingImageProperty(
metadata: &CGImageMetadata,
dictionary_name: &CFString,
property_name: &CFString,
) -> Option<CFRetained<CGImageMetadataTag>>
👎Deprecated: renamed to
CGImageMetadata::tag_matching_image_property
Available on crate feature
CGImageMetadata
only.