This data structure is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.
__gpr: c_long__fpr: c_long__overflow_arg_area: *anyopaque__reg_save_area: *anyopaquepub const VaListHexagon = extern struct {
__gpr: c_long,
__fpr: c_long,
__overflow_arg_area: *anyopaque,
__reg_save_area: *anyopaque,
}