pub type RelPtr<T> = RelPtr<T, Archived<isize>>;
The default relative pointer.
This will use an archived FixedIsize to hold the offset.
FixedIsize