(* This file has been generated automatically. DO NOT EDIT! *) (* [from code at "/usr/include/postgresql/libpq-fe.h":372.1-32] *) (* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *) (* Send comments and suggestions to blume@tti-c.org. Thanks! *) local open C.Dim C_Int val h = LibpqH.libh "PQenv2encoding" in structure F_PQenv2encoding : sig val typ : (unit -> sint) fptr T.typ val fptr : unit -> (unit -> sint) fptr val f : unit -> MLRep.Signed.int val f' : unit -> MLRep.Signed.int end = struct val typ = FPtrRTTI_12.typ fun fptr () = mk_fptr (FPtrRTTI_12.mkcall, h ()) fun f () = Cvt.ml_sint (call (fptr (), ())) fun f' () = Cvt.ml_sint (call (fptr (), ())) end end