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