The following two variable length arrays appear immediately after the header. The structure definitions follow. LineNumberEntry Lines[NumLines]; ColumnNumberEntry Columns[NumLines];
name_index: u32Offset of FileChecksum entry in File checksums buffer. The checksum entry then contains another offset into the string table of the actual name.
num_lines: u32block_size: u32code size of block, in bytes
pub const LineBlockFragmentHeader = extern struct {
/// Offset of FileChecksum entry in File
/// checksums buffer. The checksum entry then
/// contains another offset into the string
/// table of the actual name.
name_index: u32,
num_lines: u32,
/// code size of block, in bytes
block_size: u32,
}