pub unsafe extern "C-unwind" fn CFStringFindAndReplace(
the_string: Option<&CFMutableString>,
string_to_find: Option<&CFString>,
replacement_string: Option<&CFString>,
range_to_search: CFRange,
compare_options: CFStringCompareFlags,
) -> CFIndex👎Deprecated:
renamed to CFMutableString::find_and_replace
Available on crate feature
CFString only.