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