let pp_descr fmt c =
    Format.fprintf fmt "typedef %s %s { ... }"
      (if c.cstruct then "struct" else "union") c.cname