pub fn get_bit(data: &[u8], i: usize) -> bool
Returns whether bit at position i in data is set or not
i
data