macro_rules! delegate_reduce_function {
    () => { ... };
    ($T:ty, $Func:ident, $kInit:ident, $kIsNorm:ident) => { ... };
}