pub unsafe extern "C-unwind" fn CFAttributedStringCreate(
alloc: Option<&CFAllocator>,
str: Option<&CFString>,
attributes: Option<&CFDictionary>,
) -> Option<CFRetained<CFAttributedString>>
Available on crate features
CFAttributedString
and CFBase
and CFDictionary
only.Expand description
Creates an attributed string with the specified string and attributes (both copied).