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