macro_rules! info { ($ctx:expr, $msg:expr) => { ... }; ($ctx:expr, $msg:expr, $($args:expr),* $(,)?) => { ... }; }