pub fn read_u8<R: Read>(reader: &mut R) -> Result<u8>
Read a u8 value from the reader at its current position.