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

@brief Search the first occurrence of the needle in the string from the position start. Return STRING_FAILURE if not found. @param string @param needle @param start @return size_t