pub fn wrap_rustls<S: Read + Write + Sync + Send + Debug + 'static>( stream: S, host: &str, certs: Vec<PathBuf>, ) -> Result<TlsStream<S>, WsError>
start tls session