nnroUnresolved FunctionNN_DLL_EXPORT void nnroUnresolved();
None.
Placeholder for the function to be used in place of an unresolved symbol.
If you define and make public a function named nnroUnresolved for DLLs ahead of time, this placeholder will be used as the substitute address for the unresolved symbol.
This can be used to detect when an unresolved function is called.
(The SDK does not provide an implementation of this function.)
CONFIDENTIAL