[][src]Function core_foundation::dictionary::CFDictionaryGetKeysAndValues

pub unsafe extern "C" fn CFDictionaryGetKeysAndValues(
    theDict: *const __CFDictionary,
    keys: *mut *const c_void,
    values: *mut *const c_void
)