Function CFAttributedStringCreateCopy

Source
pub unsafe extern "C-unwind" fn CFAttributedStringCreateCopy(
    alloc: Option<&CFAllocator>,
    a_str: Option<&CFAttributedString>,
) -> Option<CFRetained<CFAttributedString>>
Available on crate features CFAttributedString and CFBase only.
Expand description

Creates an immutable attributed string copy.