call

Macro call 

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