Skip to main content

CFDictionaryCreate

Function CFDictionaryCreate 

Source
pub unsafe extern "C" fn CFDictionaryCreate(
    allocator: CFAllocatorRef,
    keys: *mut *const c_void,
    values: *mut *const c_void,
    numValues: CFIndex,
    keyCallBacks: *const CFDictionaryKeyCallBacks,
    valueCallBacks: *const CFDictionaryValueCallBacks,
) -> CFDictionaryRef
Expand description

Apple SDK function CFDictionaryCreate.