pub fn count7<F: FnMut(u64, u64, u64, u64, u64, u64, u64) -> u64>( f: &mut F, ) -> u64
Counts the number of solutions of a 7-argument boolean function.