pub fn visit_parameter_list<'ast, V: ?Sized + Visit<'ast>>(
    v: &mut V,
    params: &'ast ParameterList
)
Available on crate feature visit only.