Dart_InitializeIsolateCallbackFunction typedef
Dart_InitializeIsolateCallbackFunction =
Bool Function(Pointer<Pointer<Void> > child_isolate_data, Pointer<Pointer<Char> > error)
Implementation
typedef Dart_InitializeIsolateCallbackFunction = ffi.Bool Function(
ffi.Pointer<ffi.Pointer<ffi.Void>> child_isolate_data,
ffi.Pointer<ffi.Pointer<ffi.Char>> error);