#[unsafe(no_mangle)]pub unsafe extern "C" fn jit_array_push_safe( vm_ptr: *mut VM, array_ptr: *const Value, value_ptr: *const Value, ) -> u8