pub fn read_raw( reader: &mut impl Read, length: usize, ) -> BinParseResult<Box<[u8]>>
Read length bytes into a boxed slice
length