CFCharacterSetCreateInvertedSet

Function CFCharacterSetCreateInvertedSet 

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