### Expected behaviour: `wasm_valtype_new_funcref()` or `wasm_valtype_new(WASM_FUNCREF)` return a `wasm_valtype_t *` with a FuncRef type. ### Actual behaviour: errors with > thread '< unnamed>' panicked at 'unexpected kind: 129', crates/c-api/src/types/val.rs:40:14 and terminates