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