pub unsafe fn get_bit_unchecked(buf: *const u8, index: usize) -> bool
Get the bit value at index out of buf without bounds checking
index
buf
index must be between 0 and length of buf