pub unsafe extern "C" fn furi_string_cmpi_str(
    string_1: *const FuriString,
    cstring_2: *const [i8; 0]
) -> i32
Expand description

@brief Compare string with C string (case insensitive according to the current locale) and return the sort order. Note: doesn’t work with UTF-8 strings. @param string_1 @param cstring_2 @return int