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