fatal

Macro fatal 

Source
macro_rules! fatal {
    () => { ... };
    ($($arg:expr),*) => { ... };
}