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