pub unsafe extern "C" fn WasmEdge_GlobalTypeDelete(
    Cxt: *mut WasmEdge_GlobalTypeContext
)
Expand description

Deletion of the WasmEdge_GlobalTypeContext.

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

\param Cxt the WasmEdge_GlobalTypeContext to destroy.