pub unsafe extern "C" fn furi_string_equal( string_1: *const FuriString, string_2: *const FuriString, ) -> bool
Test if two strings are equal.
string_1
string_2
true if equal false otherwise