How do I work with the metaobjects(is that what they are called) output by the code you gave me...If you can show me how to mem-aref one I would really appreciate it

My example includes this function, the types are written exactly how you taught me

;; Point_()  <--C++
;; Point2##t * cv_create_Point2##t ( tn x,  tn y) <--C
(defcfun ("cv_create_Point2i" point0) point
  "Point constructor")

The output of (point0) is from my best research a metaobject, how do I mem-aref it.

LCV> (point0)
#<CV-POINT {1006CDD5B3}>