pub type VirtualFixups = IndexMap<u32, (u32, u32)>;
NOTE: The order in which C++ constructors are called is fixed. Therefore, we need a Map that holds the Index.
pub struct VirtualFixups { /* private fields */ }