sig
  type t = Ctypes.c_object * int
  val equal : Ctypes.c_object * '-> Ctypes.c_object * '-> bool
  val hash : Ctypes.c_object * int -> int
end