pub fn pack_bits(bits: &[bool]) -> Vec<u64>
Pack bits from a boolean slice into u64 words (for testing/utilities).