pub unsafe extern "C-unwind" fn CFDictionaryAddValue(
the_dict: Option<&CFMutableDictionary>,
key: *const c_void,
value: *const c_void,
)
👎Deprecated: renamed to
CFMutableDictionary::add_value
Available on crate feature
CFDictionary
only.