macro_rules! expand_parameters_opt_into_string { ($parameters:ident, $($vname: ident), *) => { ... }; }