pub unsafe extern "C-unwind" fn CFCharacterSetCreateMutable(
alloc: Option<&CFAllocator>,
) -> Option<CFRetained<CFMutableCharacterSet>>
👎Deprecated: renamed to
CFMutableCharacterSet::new
Available on crate feature
CFCharacterSet
only.