Function wasmer::wasm_c_api::types::wasm_valtype_vec_delete

source ·
#[no_mangle]
pub extern "C" fn wasm_valtype_vec_delete(
    out: &mut wasm_valtype_vec_t
)
Expand description

Deletes a vector of [wasm_valtype_t *].

§Example

See the wasm_valtype_vec_t type to get an example.