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