macro_rules! generate_payload { ($lang_code:literal) => { ... }; ($lang_code:literal, with_builtin) => { ... }; }