unset_bit_unchecked

Function unset_bit_unchecked 

Source
pub unsafe fn unset_bit_unchecked(buf: *mut u8, index: usize)
Expand description

Unset the bit value at index in buf without bounds checking

ยงSafety

index must be between 0 and length of buf