Definition macro
Defines a constant bound to a pointer class designating pointers to a designator class name.
define C-pointer-type pointer-class-name => designator-class-name
c-ffi
c-ffi
Defines a constant bound to a pointer class designating pointers to designator-class-name. Note that the pointer type may already exist. The class defined will be open, abstract and instantiable. Objects returned by make(pointer-class-name) will be instances of a sealed concrete subclass of pointer-class-name.