pub unsafe extern "C" fn furi_string_get_char(
    string: *const FuriString,
    index: usize
) -> c_char
Expand description

@brief Get the character at the given index. Return the selected character of the string. @param string @param index @return char