macro_rules! function_call { ($function: ident, $($args:expr), +) => { ... }; ($function: ident) => { ... }; }