Type Definition widestring::ucstr::WideCStr[][src]

pub type WideCStr = UCStr<WideChar>;
Expand description

Alias for U16CStr or U32CStr depending on platform. Intended to match typical C wchar_t size on platform.