macro_rules! define_2d_broadcast_bitwise_binary_function {
    ($Func:ident, $Op:ident) => { ... };
}