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