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