CFAttributedStringGetMutableString

Function CFAttributedStringGetMutableString 

Source
pub extern "C-unwind" fn CFAttributedStringGetMutableString(
    a_str: Option<&CFMutableAttributedString>,
) -> Option<CFRetained<CFMutableString>>
👎Deprecated: renamed to CFMutableAttributedString::mutable_string
Available on crate feature CFAttributedString only.