Ctypes_ffi_stubstype 'a ffitype = Ctypes_ptr.voidpval primitive_ffitype : 'a Ctypes_primitive_types.prim -> 'a ffitypeval pointer_ffitype : unit -> Ctypes_ptr.voidp ffitypeval void_ffitype : unit -> unit ffitypeval allocate_struct_ffitype : int -> struct_ffitypeval struct_type_set_argument : struct_ffitype -> int -> _ ffitype -> unitval complete_struct_type : struct_ffitype -> unitval ffi_type_of_struct_type : struct_ffitype -> _ ffitypeval allocate_callspec :
check_errno:bool ->
runtime_lock:bool ->
thread_registration:bool ->
callspecval call :
string ->
(_, _ Ctypes_static.fn) Ctypes_ptr.Fat.t ->
callspec ->
(Ctypes_ptr.voidp -> (Obj.t * int) array -> unit) ->
(Ctypes_ptr.voidp -> 'a) ->
'aval make_function_pointer : callspec -> int -> funptr_handleval raw_address_of_function_pointer : funptr_handle -> Ctypes_ptr.voidpval set_closure_callback : (int -> Obj.t) -> unit