macro_rules! zp_task_params { ($struct_name:ident { $($field:ident: $field_type:ty),* $(,)? }) => { ... }; }