CFAttributedStringSetAttributes

Function CFAttributedStringSetAttributes 

Source
pub unsafe extern "C-unwind" fn CFAttributedStringSetAttributes(
    a_str: Option<&CFMutableAttributedString>,
    range: CFRange,
    replacement: Option<&CFDictionary>,
    clear_other_attributes: bool,
)
👎Deprecated: renamed to CFMutableAttributedString::set_attributes
Available on crate features CFAttributedString and CFDictionary only.