DestroyFfiNativeType typedef

DestroyFfiNativeType = Void Function(Int32 engineId, Int32 callbackId, Int32 isReload)

Implementation

typedef DestroyFfiNativeType = Void Function(
  Int32 engineId,
  Int32 callbackId,
  Int32 isReload,
);