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