#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_gt(stack: Stack) -> Stack
Greater than: >
Returns 1 if a > b, 0 otherwise (Forth-style boolean) Stack effect: ( a b – flag )
Stack must have two Int values on top