CFAttributedStringRemoveAttribute

Function CFAttributedStringRemoveAttribute 

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