pub type char_t = c_char;
The char type used in nethost and hostfxr. Defined as u16 on windows and as c_char otherwise.
nethost
hostfxr
u16
c_char