typedef void(* nn::nex::CallContext::CompletionCallback)(CallContext *, const UserContext *);
Defines CompletionCallback
.
Register a CompletionCallback
using the RegisterCompletionCallback
function to call a specific user-defined function when a process completes.
CONFIDENTIAL