pub async fn stun_request( conn: &Arc<dyn Conn + Send + Sync>, server_addr: SocketAddr, deadline: Duration, ) -> Result<Message, Error>