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.
pub struct VarWCharSliceMut<'a> { /* private fields */ }