pub fn unset_bit(data: &mut [u8], i: usize)
Sets bit at position i for data to 0
i
data
Panics if i / 8 >= data.len()
i / 8 >= data.len()