pub fn read_bytes_const<const N: usize>( reader: &mut impl Read, ) -> Result<[u8; N], Error>
Reading N bytes.
N