macro_rules! delegate_broadcast_binary_function {
    ($T:ident, $In:ident, $TOut:ident, $Func:ident $(,$Op:ident)*) => { ... };
}