Function wasmtime_c_api::wasm_memorytype_vec_new

source ·
#[no_mangle]
pub unsafe extern "C" fn wasm_memorytype_vec_new(
    out: &mut wasm_memorytype_vec_t,
    size: usize,
    ptr: *const Option<Box<wasm_memorytype_t>>
)