pub unsafe extern "C" fn WasmEdge_TableTypeDelete(
    Cxt: *mut WasmEdge_TableTypeContext
)
Expand description

Deletion of the WasmEdge_TableTypeContext.

After calling this function, the context will be destroyed and should NOT be used.

\param Cxt the WasmEdge_TableTypeContext to destroy.