pub unsafe extern "C-unwind" fn CFSetCreate(
allocator: Option<&CFAllocator>,
values: *mut *const c_void,
num_values: CFIndex,
call_backs: *const CFSetCallBacks,
) -> Option<CFRetained<CFSet>>
👎Deprecated: renamed to
CFSet::new
Available on crate feature
CFSet
only.