#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_dup( stack: *mut StackValue, ) -> *mut StackValue
Duplicate the top value on the stack: ( a – a a )
Stack must have at least one value.