Dart_HandleFinalizer typedef

These structs are versioned by DART_API_DL_MAJOR_VERSION, bump the version when changing this struct.

Implementation

typedef Dart_HandleFinalizer
    = ffi.Pointer<ffi.NativeFunction<Dart_HandleFinalizerFunction>>;