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

Deletes a vector of [wasm_exporttype_t *].

Example

See the wasm_exporttype_vec_t type to get an example.