[−][src]Function core_foundation::dictionary::CFDictionaryCreate
pub unsafe extern "C" fn CFDictionaryCreate(
allocator: *const c_void,
keys: *const *const c_void,
values: *const *const c_void,
numValues: i64,
keyCallBacks: *const CFDictionaryKeyCallBacks,
valueCallBacks: *const CFDictionaryValueCallBacks
) -> *const __CFDictionary