pub type StackElement = SmallVec<[u8; 80]>;
Stack element: inline up to 80 bytes when production (sigs, pubkeys, hashes), else Vec.
pub struct StackElement { /* private fields */ }