Generate accessor & iteration functions for OCaml records
Description
Ppx_fields_conv is a ppx rewriter that can be used to define first-class
values representing record fields, and additional routines, to get and
set record fields, iterate and fold over all fields of a record and
create new record values.