CGImageMetadataSetValueMatchingImageProperty

Function CGImageMetadataSetValueMatchingImageProperty 

Source
pub unsafe extern "C-unwind" fn CGImageMetadataSetValueMatchingImageProperty(
    metadata: &CGMutableImageMetadata,
    dictionary_name: &CFString,
    property_name: &CFString,
    value: &CFType,
) -> bool
👎Deprecated: renamed to CGMutableImageMetadata::set_value_matching_image_property
Available on crate feature CGImageMetadata only.