fn read_encoding_table( packed: &mut impl Read, min_code_index: usize, max_code_index: usize, ) -> Result<Vec<u64>>
Run-length-decompresses all zero runs from the packed table to the encoding table