pub unsafe fn get_bit_unchecked(data: &[u8], i: usize) -> bool
Returns whether bit at position i in data is set or not.
i
data
i >= data.len() * 8 results in undefined behavior
i >= data.len() * 8