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