pub unsafe extern "C" fn WasmEdge_BytesDelete(Bytes: WasmEdge_Bytes)
Expand description
Deletion of the WasmEdge_Bytes.
After calling this function, the resources in the WasmEdge_Bytes object will be released and the object should NOT be used.
\param Bytes the WasmEdge_Bytes object to destroy.