pub type RawRelPtrI8 = RawRelPtr<Archived<i8>>;
A raw relative pointer that uses an archived i8 as the underlying offset.
i8
struct RawRelPtrI8 { /* private fields */ }