pub unsafe extern "C-unwind" fn CFStringCompareWithOptions(
the_string1: &CFString,
the_string2: Option<&CFString>,
range_to_compare: CFRange,
compare_options: CFStringCompareFlags,
) -> CFComparisonResult👎Deprecated: renamed to
CFString::compare_with_optionsAvailable on crate feature
CFString only.