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