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