pub type VarWCharSliceMut<'a> = VarCell<&'a mut [u8], WideText>;
Wraps a slice so it can be used as an output parameter for wide character data.
struct VarWCharSliceMut<'a> { /* private fields */ }