macro_rules! delegate_axpy {
    ($TAlpha:ty, $TData:ty, $BLASFunc:ident) => { ... };
}