Function wasmtime_component_vallist_new

Source
#[no_mangle]
pub unsafe extern "C" fn wasmtime_component_vallist_new(
    out: &mut wasmtime_component_vallist_t,
    size: usize,
    ptr: *const wasmtime_component_val_t,
)