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