Type Alias widestring::WideChar

source ·
pub type WideChar = u16;
Expand description

Alias for u16 or u32 depending on platform. Intended to match typical C wchar_t size on platform.