#[unsafe(no_mangle)]pub unsafe extern "C" fn tuck( stack: *mut StackValue, ) -> *mut StackValue
Copy top value below second value: ( a b – b a b )
Stack must have at least two values.