Skip to main content

CFStringCreateMutable

Function CFStringCreateMutable 

Source
pub extern "C-unwind" fn CFStringCreateMutable(
    alloc: Option<&CFAllocator>,
    max_length: CFIndex,
) -> Option<CFRetained<CFMutableString>>
👎Deprecated:

renamed to CFMutableString::new

Available on crate feature CFString only.