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