Macro blas_assert

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