Module Clang_ast_types.TypePtr

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