Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ffi_dynamic_library.h
Go to the documentation of this file.
1// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5#ifndef RUNTIME_LIB_FFI_DYNAMIC_LIBRARY_H_
6#define RUNTIME_LIB_FFI_DYNAMIC_LIBRARY_H_
7
8#include "vm/object.h"
9
10namespace dart {
11
12intptr_t FfiResolveInternal(const String& asset,
13 const String& symbol,
14 uintptr_t args_n,
15 char** error);
16
17} // namespace dart
18
19#endif // RUNTIME_LIB_FFI_DYNAMIC_LIBRARY_H_
const uint8_t uint32_t uint32_t GError ** error
intptr_t FfiResolveInternal(const String &asset, const String &symbol, uintptr_t args_n, char **error)