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

@brief Set the character at the given index. @param string @param index @param c