macro_rules! w { ($cx:expr, $f:expr, $fmt:literal, $($args:tt)*) => { ... }; ($cx:expr, $f:expr, $fmt:literal) => { ... }; }