pub fn plugin_dealloc(ptr: i32, size: i32)
Deallocate memory in the Wasm linear memory
The ptr must have been allocated by plugin_alloc with the same size.
plugin_alloc