pub fn read_bytes<R: Read, const N: usize>(stream: &mut R) -> Result<[u8; N]>
Read the next N bytes from the reader