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