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