pub async fn write_password_message<W: AsyncWrite + Unpin>( wr: &mut W, payload: &[u8], ) -> Result<()>