#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasm_valtype_vec_new(
out: &mut wasm_valtype_vec_t,
size: usize,
ptr: *const Option<Box<wasm_valtype_t>>,
)
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasm_valtype_vec_new(
out: &mut wasm_valtype_vec_t,
size: usize,
ptr: *const Option<Box<wasm_valtype_t>>,
)