Function core_foundation_sys::string::CFStringFindWithOptionsAndLocale
source ยท pub unsafe extern "C" fn CFStringFindWithOptionsAndLocale(
theString: CFStringRef,
stringToFind: CFStringRef,
rangeToSearch: CFRange,
searchOptions: CFStringCompareFlags,
locale: CFLocaleRef,
result: *mut CFRange,
) -> Boolean