fn encode_int<B: BufMut>( value: usize, prefix_bits: usize, first_byte: u8, dst: &mut B, )
Encode an integer into the given destination buffer