Function tvm::runtime::function::ffi::TVMAPISetLastError[][src]

pub unsafe extern "C" fn TVMAPISetLastError(msg: *const i8)
Expand description

\brief Used for implementing C API function. Set last error message before return. \param msg The error message to be set.