pub fn unpack_bits(bytes: &[u8], size: usize) -> Vec<bool>
Unpack a bit vector from a slice of bytes.