pub type VarWCharSlice<'a> = VarCell<&'a [u16], WideText>;
struct VarWCharSlice<'a> { /* private fields */ }