···3737 int *int_p;
3838 bool *bool_p;
3939 char *string;
4040+ int32_t *int32_p;
4041 }; /* Pointer to value, a union of the possible types */
4142 char *name; /* Pointer to the name of the item */
4243 char **values; /* List of strings for enums, NULL if not enum */