macro_rules! delegate_simple_binary_function_by_std_function {
    () => { ... };
    ($T:ty, $Func:ident, $StdFunc:ident) => { ... };
}