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