pub type WideStr = U16Str;
Alias for U16Str or U32Str depending on platform. Intended to match typical C wchar_t size on platform.
U16Str
U32Str
wchar_t
struct WideStr { /* private fields */ }