version: u32 = UNWIND_SECTION_VERSIONUNWIND_SECTION_VERSION
commonEncodingsArraySectionOffset: u32commonEncodingsArrayCount: u32personalityArraySectionOffset: u32personalityArrayCount: u32indexSectionOffset: u32indexCount: u32pub const unwind_info_section_header = extern struct {
/// UNWIND_SECTION_VERSION
version: u32 = UNWIND_SECTION_VERSION,
commonEncodingsArraySectionOffset: u32,
commonEncodingsArrayCount: u32,
personalityArraySectionOffset: u32,
personalityArrayCount: u32,
indexSectionOffset: u32,
indexCount: u32,
// compact_unwind_encoding_t[]
// uint32_t personalities[]
// unwind_info_section_header_index_entry[]
// unwind_info_section_header_lsda_index_entry[]
}