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