macro_rules! __static_cond {
    (spatial_relations spatial_relations) => { ... };
    (spatial_relations relation) => { ... };
}