Function CoreFoundation_sys::dictionary::CFDictionaryCreate [] [src]

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