#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_swap(stack: Stack) -> Stack
Swap the top two values: ( a b – b a )
Stack must have at least two values