Function CFStringCreateMutable

Source
pub unsafe extern "C-unwind" fn CFStringCreateMutable(
    alloc: Option<&CFAllocator>,
    max_length: CFIndex,
) -> Option<CFRetained<CFMutableString>>
Available on crate features CFBase and CFString only.