OrtThreadWorkerFn typedef
\brief Thread work loop function
Onnxruntime will provide the working loop on custom thread creation Argument is an onnxruntime built-in type which will be provided when thread pool calls OrtCustomCreateThreadFn
Implementation
typedef OrtThreadWorkerFn =
ffi.Pointer<ffi.NativeFunction<OrtThreadWorkerFnFunction>>;