#[no_mangle]
pub extern "C" fn wasm_val_vec_copy(
    out: &mut wasm_val_vec_t,
    src: &wasm_val_vec_t
)