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