pub type WideCString = U16CString;Expand description
Alias for U16String or U32String depending on platform. Intended to match typical C
wchar_t size on platform.
Aliased Typeยง
struct WideCString { /* private fields */ }pub type WideCString = U16CString;Alias for U16String or U32String depending on platform. Intended to match typical C
wchar_t size on platform.
struct WideCString { /* private fields */ }