#[unsafe(no_mangle)]pub unsafe extern "C" fn jit_call_native_safe( vm_ptr: *mut VM, callee_ptr: *const Value, expected_fn_ptr: *const (), args_ptr: *const Value, arg_count: u8, out: *mut Value, ) -> u8