pub unsafe extern "C" fn furi_string_start_with_str(
    string: *const FuriString,
    start: *const [i8; 0]
) -> bool
Expand description

@brief Test if the string starts with the given C string. @param string @param start @return bool