#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_divide(stack: Stack) -> Stack
Divide two integers (a / b)
Stack effect: ( a b – a/b )
Stack must have two Int values on top, b must not be zero