sig
type
t = { width : int; height : int; x : int; y : int; dump : bytes; }
end