pub trait BitReader { fn read_bits(&mut self, buf: &[u8], n: u8) -> Bits; }
A bit reader.
Returns the next n bits.
n