Function wasmer_c_api::wasm_c_api::value::wasm_val_vec_delete[][src]

#[no_mangle]pub unsafe extern "C" fn wasm_val_vec_delete(ptr: Option<&mut wasm_val_vec_t>)

Deletes a vector of wasm_val_t.

Example

See the wasm_val_vec_t type to get an example.