sig
type buf
val create : int -> Main.Type.UTF16.Buf.buf
val contents : Main.Type.UTF16.Buf.buf -> Main.Type.UTF16.t
val clear : Main.Type.UTF16.Buf.buf -> unit
val reset : Main.Type.UTF16.Buf.buf -> unit
val add_char : Main.Type.UTF16.Buf.buf -> Main.Type.UChar.t -> unit
val add_string : Main.Type.UTF16.Buf.buf -> Main.Type.UTF16.t -> unit
val add_buffer : Main.Type.UTF16.Buf.buf -> Main.Type.UTF16.Buf.buf -> unit
end