pub fn push_stack<T>(stack_top: usize, val: T) -> usize
linux
Push a object onto stack
This function is handling a raw pointer to the top of the stack .