pub type Socks5Session<S> = Protocol<Socks5, S>;
pub struct Socks5Session<S> { /* private fields */ }