pub unsafe extern "C" fn furi_string_equal_str( string_1: *const FuriString, cstring_2: *const c_char, ) -> bool
Test if the string is equal to the C string.
string_1
cstring_2
true if equal false otherwise