Function TVMFFIFunctionGetGlobal#
Defined in File c_api.h
Function Documentation#
-
int TVMFFIFunctionGetGlobal(const TVMFFIByteArray *name, TVMFFIObjectHandle *out)#
Get a global function registered in the system.
- Parameters:
name – The name of the function.
out – The result function pointer, NULL if it does not exist.
- Returns:
0 on success, nonzero on failure.