Macro function

Source
macro_rules! function {
    ($name:literal, $($x:tt)*) => { ... };
}