Module Cf.Generated

module CI = Cstubs_internals
val caml__1_memcpy : ( _, _ ) CI.fatptr -> bytes CI.ocaml -> Unsigned.size_t -> CI.voidp
val caml__2_CFRetain : ( _, _ ) CI.fatptr -> CI.voidp
val caml__3_CFRelease : ( _, _ ) CI.fatptr -> unit
val caml__4_CFAllocatorAllocate : ( _, _ ) CI.fatptr -> Signed.long -> Unsigned.ullong -> CI.voidp
val caml__5_CFStringGetLength : ( _, _ ) CI.fatptr -> Signed.long
val caml__6_CFStringGetCString : ( _, _ ) CI.fatptr -> bytes CI.ocaml -> Signed.long -> Unsigned.uint32 -> bool
val caml__7_CFStringGetCString : ( _, _ ) CI.fatptr -> string CI.ocaml -> Signed.long -> Unsigned.uint32 -> bool
val caml__8_CFStringGetBytes : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> Unsigned.uint32 -> Unsigned.uint8 -> bool -> ( _, _ ) CI.fatptr -> Signed.long -> ( _, _ ) CI.fatptr -> Signed.long
val caml__9_CFStringGetBytes : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> Unsigned.uint32 -> Unsigned.uint8 -> bool -> bytes CI.ocaml -> Signed.long -> ( _, _ ) CI.fatptr -> Signed.long
val caml__10_CFStringGetBytes : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> Unsigned.uint32 -> Unsigned.uint8 -> bool -> string CI.ocaml -> Signed.long -> ( _, _ ) CI.fatptr -> Signed.long
val caml__11_CFStringCreateWithBytes : ( _, _ ) CI.fatptr -> bytes CI.ocaml -> Signed.long -> Unsigned.uint32 -> bool -> CI.voidp
val caml__12_CFStringCreateWithBytes : ( _, _ ) CI.fatptr -> string CI.ocaml -> Signed.long -> Unsigned.uint32 -> bool -> CI.voidp
val caml__13_CFStringCreateWithBytesNoCopy : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> Signed.long -> Unsigned.uint32 -> bool -> ( _, _ ) CI.fatptr -> CI.voidp
val caml__14_kCFRunLoopDefaultMode : unit -> CI.voidp
val caml__15_kCFRunLoopCommonModes : unit -> CI.voidp
val caml__16_CFRunLoopObserverCreate : ( _, _ ) CI.fatptr -> Unsigned.ullong -> bool -> Signed.long -> ( _, _ ) CI.fatfunptr -> ( _, _ ) CI.fatptr -> CI.voidp
val caml__17_CFRunLoopObserverInvalidate : ( _, _ ) CI.fatptr -> unit
val caml__18_CFRunLoopAddObserver : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> unit
val caml__19_CFRunLoopRemoveObserver : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> unit
val caml__20_CFRunLoopGetCurrent : unit -> CI.voidp
val caml__21_caml_cf_run_loop_run : unit -> unit
val caml__22_caml_cf_run_loop_run_in_mode : ( _, _ ) CI.fatptr -> float -> bool -> int32
val caml__23_CFRunLoopStop : ( _, _ ) CI.fatptr -> unit
val caml__24_CFArrayGetCount : ( _, _ ) CI.fatptr -> Signed.long
val caml__25_CFArrayGetValues : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> unit
val caml__26_kCFTypeArrayCallBacks : unit -> CI.voidp
val caml__27_CFArrayCreate : ( _, _ ) CI.fatptr -> ( _, _ ) CI.fatptr -> Signed.long -> ( _, _ ) CI.fatptr -> CI.voidp
type 'a result = 'a
type 'a return = 'a
type 'a fn =
| Returns : 'a CI.typ -> 'a return fn
| Function : 'a CI.typ * 'b fn -> ( 'a -> 'b ) fn
val map_result : ( 'a -> 'b ) -> 'a -> 'b
val returning : 'a CI.typ -> 'a return fn
val (@->) : 'a CI.typ -> 'b fn -> ( 'a -> 'b ) fn
val foreign : 'a 'b. string -> ( 'a -> 'b ) fn -> 'a -> 'b
val foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr