Function wasmedge_sys::ffi::WasmEdge_FunctionTypeDelete
source · pub unsafe extern "C" fn WasmEdge_FunctionTypeDelete(
Cxt: *mut WasmEdge_FunctionTypeContext
)
Expand description
Deletion of the WasmEdge_FunctionTypeContext.
After calling this function, the context will be destroyed and should NOT be used.
\param Cxt the WasmEdge_FunctionTypeContext to destroy.