#[no_mangle]
pub extern "C" fn wasm_valtype_new(
    kind: wasm_valkind_t
) -> Option<Box<wasm_valtype_t>>