pub unsafe extern "C" fn CFSetCreate(
allocator: CFAllocatorRef,
values: *mut *const c_void,
numValues: CFIndex,
callBacks: *const CFSetCallBacks,
) -> CFSetRefExpand description
Apple SDK function CFSetCreate.
pub unsafe extern "C" fn CFSetCreate(
allocator: CFAllocatorRef,
values: *mut *const c_void,
numValues: CFIndex,
callBacks: *const CFSetCallBacks,
) -> CFSetRefApple SDK function CFSetCreate.