RunAsyncCallbackFn typedef
\brief Callback function for RunAsync
\paramin user_data User specific data that passed back to the callback
\paramout outputs On succeed, outputs host inference results, on error, the value will be nullptr
\paramout num_outputs Number of outputs, on error, the value will be zero
\paramout status On error, status will provide details
Implementation
typedef RunAsyncCallbackFn =
ffi.Pointer<ffi.NativeFunction<RunAsyncCallbackFnFunction>>;