pub fn read_permutation( bitstream: &mut Bitstream<'_>, decoder: &mut Decoder, size: u32, skip: u32, ) -> CodingResult<Vec<usize>>
Read a permutation from the entropy encoded stream.