pub unsafe extern "C" fn WasmEdge_StatisticsDelete(
    Cxt: *mut WasmEdge_StatisticsContext
)
Expand description

Deletion of the WasmEdge_StatisticsContext.

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

\param Cxt the WasmEdge_StatisticsContext to destroy.