pub fn read_bytes<const N: usize>( reader: &mut dyn BufRead, ) -> Result<[u8; N], Error>
Read a fixed-size array of bytes from a reader.