Dart_Port_DL typedef

Dart_Port_DL = Int64

============================================================================ IMPORTANT! Never update these signatures without properly updating DART_API_DL_MAJOR_VERSION and DART_API_DL_MINOR_VERSION.

Verbatim copy of dart_native_api.h and dart_api.h symbol names and types to trigger compile-time errors if the symbols in those files are updated without updating these.

Function return and argument types, and typedefs are carbon copied. Structs are typechecked nominally in C/C++, so they are not copied, instead a comment is added to their definition.

Implementation

typedef Dart_Port_DL = ffi.Int64;