I have the following function, where the idea is that items added to the stack using vip_push will get popped before the items added using push. Aside from that, the VIPStack still removes the last item added, In other words: I have the following function, where the idea i