Skip to main content

CFDictionaryGetKeysAndValues

Function CFDictionaryGetKeysAndValues 

Source
pub unsafe extern "C-unwind" fn CFDictionaryGetKeysAndValues(
    the_dict: &CFDictionary,
    keys: *mut *const c_void,
    values: *mut *const c_void,
)
👎Deprecated:

renamed to CFDictionary::keys_and_values

Available on crate feature CFDictionary only.