pub type TLSStream<S> = Arc<Mutex<StreamOwned<S, TcpStream>>>;
pub struct TLSStream<S> { /* private fields */ }