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