#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_2dup(stack: *mut u64) -> *mut u64
Duplicate top two values: ( a b – a b a b )
Stack must have at least two values.