hdf5.raw
H5o.Hdr_info
hdf5.caml
ppx_h5struct
module Space : sig ... end
module Mesg : sig ... end
type t = {
version : int;
nmesgs : int;
nchunks : int;
flags : int;
space : Space.t;
mesg : Mesg.t;
}