CFStringFindWithOptions

Function CFStringFindWithOptions 

Source
pub unsafe extern "C-unwind" fn CFStringFindWithOptions(
    the_string: &CFString,
    string_to_find: Option<&CFString>,
    range_to_search: CFRange,
    search_options: CFStringCompareFlags,
    result: *mut CFRange,
) -> bool
👎Deprecated: renamed to CFString::find_with_options
Available on crate feature CFString only.