Function wasm_externtype_vec_new

Source
#[no_mangle]
pub unsafe extern "C" fn wasm_externtype_vec_new(
    out: &mut wasm_externtype_vec_t,
    size: usize,
    ptr: *const Option<Box<wasm_externtype_t>>,
)