pub type ShadowStack = SlotStack<*mut GcHeader>;
The whole shadow stack, as the runtime owns it.
pub struct ShadowStack { /* private fields */ }