pub type StackState<'a> = MemoryStackState<'a, 'a, Backend<'a>>;
struct StackState<'a> { /* private fields */ }