Variable Value.kind

class Value
{
  // ...
  const(wasmer.bindings.wasm_valkind_enum) kind ;
  // ...
}