Type Alias widestring::ucstr::WideCStr

source ·
pub type WideCStr = U16CStr;
Expand description

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

Aliased Type§

struct WideCStr { /* private fields */ }