Macro blas_raise

Source
macro_rules! blas_raise {
    ($errtype:ident) => { ... };
    ($errtype:ident, $($arg:tt)*) => { ... };
}