pub unsafe extern "C-unwind" fn CFSetCreateMutable(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
call_backs: *const CFSetCallBacks,
) -> Option<CFRetained<CFMutableSet>>👎Deprecated: renamed to
CFMutableSet::newAvailable on crate feature
CFSet only.