#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_push_int( stack: Stack, value: i64, ) -> Stack
Push an integer literal onto the stack (for compiler-generated code)
Stack effect: ( – n )
Always safe to call