macro_rules! delegate_rowwise_reduce_function {
    ($T:ty, $Func:ident, $BLASFunc:tt) => { ... };
}