Skip to main content

CFDictionaryGetValue

Function CFDictionaryGetValue 

Source
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.