macro_rules! __static_cond {
    (voters voters) => { ... };
    (voters voting_key) => { ... };
}