pub type WideChar = u16;
Alias for u16 or u32 depending on platform. Intended to match typical C wchar_t size on platform.
u16
u32
wchar_t