check

Macro check 

Source
macro_rules! check {
    ($cond:expr, $err:expr) => { ... };
}