pub type TempStackRefMut<'a, Root, Frame> = Pin<&'a mut TempStack<Root, Frame>>;
struct TempStackRefMut<'a, Root, Frame> { /* private fields */ }