pub fn read_clusters( bitstream: &mut Bitstream<'_>, num_dist: u32, ) -> Result<(u32, Vec<u8>)>
Read a clustering information of distributions from the bitstream.