macro_rules! count_idents {
    ( $($idents:ident),* ) => { ... };
}