pub unsafe extern "C" fn furi_string_utf8_decode(
    c: i8,
    state: *mut FuriStringUTF8State,
    unicode: *mut u32
)
Expand description

@brief Main generic UTF8 decoder. It takes a character, and the previous state and the previous value of the unicode value. It updates the state and the decoded unicode value. A decoded unicode encoded value is valid only when the state is FuriStringUTF8StateStarting. @param c @param state @param unicode