Macro call

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