This data structure is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.
__stack: *anyopaque__gr_top: *anyopaque__vr_top: *anyopaque__gr_offs: c_int__vr_offs: c_intpub const VaListAarch64 = extern struct {
__stack: *anyopaque,
__gr_top: *anyopaque,
__vr_top: *anyopaque,
__gr_offs: c_int,
__vr_offs: c_int,
}