pub unsafe extern "C" fn wasm_runtime_malloc( size: c_uint, ) -> *mut c_void
Allocate memory from runtime memory environment.
@param size bytes need to allocate
@return the pointer to memory allocated