8e067f33d447f08b71a5766e827b9e3b335e692a
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-37.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
3 (* Send comments and suggestions to blume@tti-c.org. Thanks! *)
4 local open C.Dim C_Int in
5 structure FPtrRTTI_37 = struct
6 fun mkcall a x1
7 = Cvt.i2c_enum
8 (CMemory.unwrap_sint
9 (Callop_1.callop
10 (a,
11 CMemory.wrap_addr (reveal (Ptr.inject' x1)),
12 nil)))
13 val typ =
14 mk_fptr_typ mkcall :
15 ((ST_pg_result.tag, ro) su_obj ptr' ->
16 ET_'ExecStatusType.tag enum) fptr T.typ
17 end
18 end