pub unsafe extern "C" fn furi_string_search(
    string: *const FuriString,
    needle: *const FuriString,
    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. By default, start is zero. @param string @param needle @param start @return size_t