macro_rules! __static_cond {
    (client client) => { ... };
    (client id) => { ... };
}