pub fn read_fixed_length_string<R: Read + Seek>( r: &mut R, _: Endian, args: (usize,), ) -> BinResult<String>