pub type char_t = c_char;
The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.
u16
c_char