Function tvm::function::ffi::TVMFuncRemoveGlobal[][src]

pub unsafe extern "C" fn TVMFuncRemoveGlobal(name: *const i8) -> i32
Expand description

\brief Remove a global function. \param name The name of the function.