#[no_mangle]
pub extern "C" fn wasm_exporttype_new(
    name: &wasm_name_t,
    extern_type: Box<wasm_externtype_t>
) -> Box<wasm_exporttype_t>