#[no_mangle]
pub extern "C" fn wasm_extern_vec_delete(out: &mut wasm_extern_vec_t)
Expand description

Deletes a vector of [wasm_extern_t *].

Example

See the wasm_extern_vec_t type to get an example.