#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_exit_op(stack: Stack) -> !
Exit the program with a status code
Stack effect: ( exit_code – )
Stack must have an Int on top. Never returns.