pub type ErasedPtr = NonNull<Erased>;
An erased pointer with size and stride of one byte.
pub struct ErasedPtr { /* private fields */ }