Source position: libwasmedge.pp line 284
type TWasmEdge_Mutability = (
WasmEdge_Mutability_Const = $00,
WasmEdge_Mutability_Var = $01
);