CFAttributedStringCreate

Function CFAttributedStringCreate 

Source
pub unsafe extern "C-unwind" fn CFAttributedStringCreate(
    alloc: Option<&CFAllocator>,
    str: Option<&CFString>,
    attributes: Option<&CFDictionary>,
) -> Option<CFRetained<CFAttributedString>>
👎Deprecated: renamed to CFAttributedString::new
Available on crate features CFAttributedString and CFDictionary only.