pub type WindowsShell<'a> = Shell<'a, Utf8WindowsEncoding>;
A shell for a Windows guest.
struct WindowsShell<'a> { /* private fields */ }