pub async fn write_reply<S>(stream: &mut S, reply: Socks5Reply) -> Result<()>where S: AsyncWrite + Unpin,