val mutex : unit Ctypes.typ
type _ck_c_initialize_args
type t
= _ck_c_initialize_args Ctypes.structure
val t : t Ctypes.typ
val (-:) : 'a Ctypes.typ -> string -> ('a, t) Ctypes.field
val f : 'a Ctypes.typ -> ('a -> CK_RV.t) Ctypes.typ
val createMutex : (unit Ctypes_static.ptr Ctypes_static.ptr -> CK_RV.t, t) Ctypes.field
val destroyMutex : (unit Ctypes_static.ptr -> CK_RV.t, t) Ctypes.field
val lockMutex : (unit Ctypes_static.ptr -> CK_RV.t, t) Ctypes.field
val unlockMutex : (unit Ctypes_static.ptr -> CK_RV.t, t) Ctypes.field
val flags : (CK_FLAGS.t, t) Ctypes.field
val pReserved : (unit Ctypes_static.ptr, t) Ctypes.field