pub fn count_zeros(index: &[u64], bits: BitsRef<'_>) -> u64
Count the unset bits using the index (fast O(1)).