pub fn clear_bit(byte: u8, n: u8) -> u8
Clear bit n in a byte, returning the modified value.
n
flags = clear_bit(flags, 0); // clear the locked flag