[][src]Function core_foundation::set::CFSetCreate

pub unsafe extern "C" fn CFSetCreate(
    allocator: *const c_void,
    values: *const *const c_void,
    numValues: i64,
    callBacks: *const CFSetCallBacks
) -> *const __CFSet