pub unsafe extern "C" fn furi_string_start_with(
    string: *const FuriString,
    start: *const FuriString
) -> bool
Expand description

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