pub extern "C-unwind" fn CFAttributedStringCreateCopy(
alloc: Option<&CFAllocator>,
a_str: Option<&CFAttributedString>,
) -> Option<CFRetained<CFAttributedString>>👎Deprecated:
renamed to CFAttributedString::new_copy
Available on crate feature
CFAttributedString only.