kind: UNWIND_SECOND_LEVEL = .COMPRESSEDUNWIND_SECOND_LEVEL_COMPRESSED
entryPageOffset: u16entryCount: u16encodingsPageOffset: u16encodingsCount: u16pub const unwind_info_compressed_second_level_page_header = extern struct {
/// UNWIND_SECOND_LEVEL_COMPRESSED
kind: UNWIND_SECOND_LEVEL = .COMPRESSED,
entryPageOffset: u16,
entryCount: u16,
encodingsPageOffset: u16,
encodingsCount: u16,
// 32bit entry array
// encodings array
}