pub fn read_bytes<R, const N: usize>(r: &mut R) -> Result<[u8; N], Error>where R: Read,
Read a constant amount of bytes.