Skip to main content

CFDictionaryCreate

Function CFDictionaryCreate 

Source
pub unsafe extern "C" fn CFDictionaryCreate(
    alloc: CFAllocatorRef,
    keys: *const CFTypeRef,
    values: *const CFTypeRef,
    num_values: CFIndex,
    key_cbs: *const c_void,
    value_cbs: *const c_void,
) -> CFDictionaryRef