pub async fn read_bool<R: AsyncReadExt + Unpin>(r: &mut R) -> Result<bool>
Read a boolean from the stream, encoded as u64 (>0 is true).