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

Performs a deep copy of a vector of [wasm_exporttype_t *].