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