macro_rules! logic_infix_ss {
    ($func_name:ident, $op:tt) => { ... };
}