unused1: u32section_contr: SectionContribEntryflags: u16module_sym_stream: u16sym_byte_size: u32c11_byte_size: u32c13_byte_size: u32source_file_count: u16padding: [2]u8unused2: u32source_file_name_index: u32pdb_file_path_name_index: u32pub const ModInfo = extern struct {
unused1: u32,
section_contr: SectionContribEntry,
flags: u16,
module_sym_stream: u16,
sym_byte_size: u32,
c11_byte_size: u32,
c13_byte_size: u32,
source_file_count: u16,
padding: [2]u8,
unused2: u32,
source_file_name_index: u32,
pdb_file_path_name_index: u32,
// These fields are variable length
//module_name: char[],
//obj_file_name: char[],
}