Source position: wasmtime.pp line 199
type Twasm_byte_vec_t = record
size: Size_t;
data: Pwasm_byte_t;
end;