type buf = Cstruct.tmodule Rpc : sig ... endmodule type RW = sig ... endmodule type STREAM = sig ... endmodule type READABLE = sig ... endmodule type WRITABLE = sig ... endmodule type S = sig ... endmodule type Bidirectional_byte_stream = sig ... endval zero : Cstruct.t -> unitzero c sets every byte of the c Cstruct to zero.
val unsafe_load_uint32 : Cstruct.t -> int -> intval unsafe_save_uint32 : Cstruct.t -> int -> int -> unit