Macro runtime_check

Source
macro_rules! runtime_check {
    ($($arg:tt)*) => { ... };
    () => { ... };
}