CFAttributedStringReplaceString

Function CFAttributedStringReplaceString 

Source
pub unsafe extern "C-unwind" fn CFAttributedStringReplaceString(
    a_str: Option<&CFMutableAttributedString>,
    range: CFRange,
    replacement: Option<&CFString>,
)
👎Deprecated: renamed to CFMutableAttributedString::replace_string
Available on crate feature CFAttributedString only.