pub unsafe extern "C" fn furi_string_get_char( string: *const FuriString, index: usize, ) -> c_char
Get the character at the given index.
Return the selected character of the string.
string
index
character at index