WrenReallocateFn typedef

WrenReallocateFn = Pointer<Void> Function(Pointer<Void>, Uint64, Pointer<Void>)

Implementation

typedef WrenReallocateFn = ffi.Pointer<ffi.Void> Function(
  ffi.Pointer<ffi.Void>,
  ffi.Uint64,
  ffi.Pointer<ffi.Void>,
);