pub type RawRelPtrI32 = RawRelPtr<Archived<i32>>;
A raw relative pointer that uses an archived i32 as the underlying offset.
i32