Function tvm::runtime::function::ffi::TVMByteArrayFree [−][src]
pub unsafe extern "C" fn TVMByteArrayFree(
arr: *mut TVMByteArray
) -> i32
Expand description
\brief Free a TVMByteArray returned from TVMFuncCall, and associated memory. \param arr The TVMByteArray instance. \return 0 on success, -1 on failure.