CFAttributedStringCreateMutable

Function CFAttributedStringCreateMutable 

Source
pub extern "C-unwind" fn CFAttributedStringCreateMutable(
    alloc: Option<&CFAllocator>,
    max_length: CFIndex,
) -> Option<CFRetained<CFMutableAttributedString>>
👎Deprecated: renamed to CFMutableAttributedString::new
Available on crate feature CFAttributedString only.