pub unsafe fn unset_bit_unchecked(buf: *mut u8, index: usize)
Unset the bit value at index in buf without bounds checking
index
buf
index must be between 0 and length of buf