Function wasmer::wasm_c_api::types::wasm_globaltype_vec_delete

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

Deletes a vector of [wasm_globaltype_t *].

§Example

See the wasm_globaltype_vec_t type to get an example.