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