pub const Relocation = extern struct
pub const Relocation = extern struct { virtual_address: u32, symbol_table_index: u32, type: u16, pub fn sizeOf() comptime_int { return 10; } }