Function wasmer_c_api::wasm_c_api::externals::wasm_extern_vec_copy
source ยท #[no_mangle]
pub extern "C" fn wasm_extern_vec_copy(
out: &mut wasm_extern_vec_t,
src: &wasm_extern_vec_t,
)
Expand description
Performs a deep copy of a vector of [wasm_extern_t *
].