Macro help

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