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

@brief Test if the string is equal to the C string. @param string_1 @param cstring_2 @return bool