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