pub unsafe extern "C-unwind" fn CFStringCompareWithOptionsAndLocale(
the_string1: &CFString,
the_string2: Option<&CFString>,
range_to_compare: CFRange,
compare_options: CFStringCompareFlags,
locale: Option<&CFLocale>,
) -> CFComparisonResult👎Deprecated:
renamed to CFString::compare_with_options_and_locale
Available on crate features
CFLocale and CFString only.