#[no_mangle]
pub unsafe extern "C" fn wasmer_named_extern_vec_new(
    out: &mut wasmer_named_extern_vec_t,
    size: usize,
    ptr: *const Option<Box<wasmer_named_extern_t>>
)
Expand description

Creates a new vector of [wasmer_named_extern_t *].

Example

See the wasmer_named_extern_vec_t type to get an example.