pub type WideUtfString = Utf32String;
Expand description

Alias for Utf16String or Utf32String depending on platform. Intended to match typical C wchar_t size on platform.