DestroyFfiDartType typedef

DestroyFfiDartType = void Function(int engineId, int callbackId, int isReload)

Implementation

typedef DestroyFfiDartType = void Function(
  int engineId,
  int callbackId,
  int isReload,
);