#[no_mangle]
pub extern "C" fn wasm_memorytype_vec_new_uninitialized(
    out: &mut wasm_memorytype_vec_t,
    size: usize
)