#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_rot(stack: Stack) -> Stack
Rotate the top three values: ( a b c – b c a )
Stack must have at least three values