pub unsafe extern "C" fn furi_string_end_with_str( string: *const FuriString, end: *const c_char, ) -> bool
Test if the string ends with the given C string.
string
end
true if string ends with