module NFCBuf:sig
..end
type
buf
val create : int -> buf
val contents : buf -> UNF.Type.text
val clear : buf -> unit
val reset : buf -> unit
val add_char : buf -> UChar.t -> unit
val add_string : buf -> UNF.Type.text -> unit
val add_buffer : buf -> buf -> unit