21429aac4f820b65e1431100bac924d78ec9c39a
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-0.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_0 = struct
6 fun mkcall a (x1, x2)
7 = Callop_0.callop
8 (a,
9 (CMemory.wrap_addr (reveal x1),
10 CMemory.wrap_addr (reveal (Ptr.inject' x2))),
11 nil)
12 val typ =
13 mk_fptr_typ mkcall :
14 (voidptr * ro uchar_obj ptr' -> unit) fptr T.typ
15 end
16 end