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