pub unsafe extern "C" fn furi_string_cmpi( string_1: *const FuriString, string_2: *const FuriString, ) -> c_int
Compare two strings (case insensitive according to the current locale) and return the sort order.
Note: doesn’t work with UTF-8 strings.
string_1
string_2
zero if equal