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