pub extern "C-unwind" fn CFStringCreateMutableCopy(
alloc: Option<&CFAllocator>,
max_length: CFIndex,
the_string: Option<&CFString>,
) -> Option<CFRetained<CFMutableString>>👎Deprecated: renamed to
CFMutableString::new_copyAvailable on crate feature
CFString only.