Function core_foundation::dictionary::CFDictionaryCreate
source ยท pub unsafe extern "C" fn CFDictionaryCreate(
allocator: *const c_void,
keys: *const *const c_void,
values: *const *const c_void,
numValues: isize,
keyCallBacks: *const CFDictionaryKeyCallBacks,
valueCallBacks: *const CFDictionaryValueCallBacks,
) -> *const __CFDictionary