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