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