pub unsafe fn push(stack: Stack, value: Value) -> Stack
Push a value onto the stack.
Stack pointer must be valid and have room for the value.