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