macro_rules! info { ($msg:expr) => { ... }; ($msg:expr, $($key:ident = $value:expr), * $(,)?) => { ... }; }