pub unsafe extern "C" fn furi_string_set_char( string: *mut FuriString, index: usize, c: c_char, )
Set the character at the given index.
string
index
c