pub type Buffer<'a> = BitReadBuffer<'a, LittleEndian>;
pub struct Buffer<'a> { /* private fields */ }