pub fn push_stack<T>(stack_top: usize, val: T) -> usize
Available on crate feature linux only.
Expand description

Push a object onto stack

Safety

This function is handling a raw pointer to the top of the stack .