macro_rules! send_report { ($rpt:expr,$error:expr) => { ... }; ($rpt:expr,$error:expr,$ctx:expr) => { ... }; }