Mutable cstruct buffers.
# #require "mstruct";; # Log.set_log_level Log.DEBUG;; # let b = Mstruct.create 9;; val b : Mstruct.t = <abstr> # Mstruct.set_string b "hello";; - : unit = () # Mstruct.set_uint32 b 32l;; - : unit = ()
mstruct