CFCharacterSetCreateCopy

Function CFCharacterSetCreateCopy 

Source
pub unsafe extern "C-unwind" fn CFCharacterSetCreateCopy(
    alloc: Option<&CFAllocator>,
    the_set: Option<&CFCharacterSet>,
) -> Option<CFRetained<CFCharacterSet>>
👎Deprecated: renamed to CFCharacterSet::new_copy
Available on crate feature CFCharacterSet only.