Function CFStringCreateMutableCopy

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