CFSetCreate

Function CFSetCreate 

Source
pub unsafe extern "C" fn CFSetCreate(
    allocator: CFAllocatorRef,
    values: *mut *const c_void,
    numValues: CFIndex,
    callBacks: *const CFSetCallBacks,
) -> CFSetRef