Function wasmedge_sys::ffi::WasmEdge_StringDelete
source · pub unsafe extern "C" fn WasmEdge_StringDelete(Str: WasmEdge_String)
Expand description
Deletion of the WasmEdge_String.
After calling this function, the resources in the WasmEdge_String object will be released and the object should NOT be used.
\param Str the WasmEdge_String object to destroy.