pub type DefaultClientTlsStream = TlsStream<TcpStream>;
pub struct DefaultClientTlsStream(/* private fields */);