macro_rules! __static_cond {
    (maps maps) => { ... };
    (maps harvested) => { ... };
}
>