optional_field_value = [
| `A of char
| `of Int32.t
| `of float
| `Z of string
| `H of string
| `B of char * string list
]