Type Alias WideCString

Source
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 */ }