Type Definition tvm::runtime::function::ffi::TVMPackedCFuncFinalizer[][src]

pub type TVMPackedCFuncFinalizer = Option<unsafe extern "C" fn(*mut c_void)>;
Expand description

\brief C callback to free the resource handle in C packed function. \param resource_handle The handle additional resouce handle from fron-end.