public sealed record ExportSymbolInfo(
    string? Name,
    ushort Ordinal,
    uint Address,
    bool IsForwarder,
    string? ForwarderName
);