CallNativeEventFfiNativeType typedef

CallNativeEventFfiNativeType = Void Function(Int32 engineId, Int32 rootId, Int32 nodeId, Pointer<Utf16> event, Pointer<Uint8> params, Int32 paramsLen)

Implementation

typedef CallNativeEventFfiNativeType = Void Function(
  Int32 engineId,
  Int32 rootId,
  Int32 nodeId,
  Pointer<Utf16> event,
  Pointer<Uint8> params,
  Int32 paramsLen,
);