pub type ExportOrdinalTable = Vec<u16>;
Array of indexes into the export address table.
Should obey the formula idx = ordinal - ordinalbase
idx = ordinal - ordinalbase
struct ExportOrdinalTable { /* private fields */ }