pub unsafe extern "C-unwind" fn CFSetCreateMutableCopy(
allocator: Option<&CFAllocator>,
capacity: CFIndex,
the_set: Option<&CFSet>,
) -> Option<CFRetained<CFMutableSet>>👎Deprecated: renamed to
CFMutableSet::new_copyAvailable on crate feature
CFSet only.