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