Macro interrupt

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