Function flipperzero_sys::furi_string_set_char
source · [−]pub unsafe extern "C" fn furi_string_set_char(
string: *mut FuriString,
index: usize,
c: c_char
)Expand description
@brief Set the character at the given index. @param string @param index @param c