Module Clang_ast_types.TypePtr

type t = ..
type t +=
  1. | Ptr of int
val wrap : int -> t
val unwrap : t -> int