Macro definition

Source
macro_rules! definition {
    ($args:expr, $callback:expr) => { ... };
}