pub const ExportAddressTableEntry = extern struct
pub const ExportAddressTableEntry = extern struct {
/// If this address is within the export section, then this is the address of the export
/// Otherwise, this is the address of a string that specfies a symbol in another DLL:
/// <dll name>.<export name>
/// <dll name>.#<export ordinal>
export_or_forwarder_rva: u32,
}