pub async fn write_u64<W: AsyncWriteExt + Unpin>( w: &mut W, v: u64, ) -> Result<()>
Write a u64 from the stream (little endian).