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