WrenErrorFn typedef

WrenErrorFn = Void Function(Pointer<WrenVM>, Int32, Pointer<Int8>, Int32, Pointer<Int8>)

Implementation

typedef WrenErrorFn = ffi.Void Function(
  ffi.Pointer<WrenVM>,
  ffi.Int32,
  ffi.Pointer<ffi.Int8>,
  ffi.Int32,
  ffi.Pointer<ffi.Int8>,
);