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