Module S.Header

type header = {
  1. offset : Import.int63;
  2. generation : Import.int63;
}
val set : t -> header -> unit
val get : t -> header