Macro expand_parameters_into_string

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