pub fn decode_payload( bytes: &[u8], total_bits: usize, ) -> Result<Descriptor, Error>
Decode a Descriptor from the canonical payload bit stream. bytes may be zero-padded; total_bits is the exact payload bit count.
bytes
total_bits