Fixtype of keyword underscores.
This is a tagged union type, introduced by fty::deftagsum.
Some keywords for GCC extensions have variants without underscores, with underscores at the beginning, and with underscores at both the beginning and end: see the ABNF grammar for examples.
In order to preserve that information in our abstract syntax, we introduce a fixtype that captures those three possibilities.