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

Deletes a vector of [wasmer_named_extern_t *].

Example

See the wasmer_named_extern_vec_t type to get an example.