pub unsafe fn drop_top(stack: *mut StackValue) -> *mut StackValue
Drop the top value from the stack: ( a – )
Stack must have at least one value.