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.