pub trait PointerType: Sized + Sealed { const SIZE: u32; }
Something that can be wrapped in a wasm Pointer.
Pointer
This trait is sealed.
The size of the type in wasm.