module Pickler: sig .. end
sig
end
module Spec: sig .. end
type 'a t
'a
val create : ?buf_size:int -> ?name:string -> 'a Spec.t -> 'a t
?buf_size:int -> ?name:string -> 'a Spec.t -> 'a t
val run : 'a t -> 'a -> Tws_prot.raw_tws
'a t -> 'a -> Tws_prot.raw_tws