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