pub unsafe extern "C" fn furi_string_right(
    string: *mut FuriString,
    index: usize
)
Expand description

@brief Trim the string right from the ‘index’ position to the last position. @param string @param index