pub unsafe extern "C-unwind" fn CFDictionaryContainsValue(
the_dict: &CFDictionary,
value: *const c_void,
) -> bool👎Deprecated:
renamed to CFDictionary::contains_ptr_value
Available on crate feature
CFDictionary only.