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

pub unsafe extern "C" fn TVMFuncFree(func: *mut c_void) -> i32
Expand description

\brief Free the function when it is no longer needed. \param func The function handle \return 0 when success, nonzero when failure happens