data class CPointer
Represents a native pointer.
<init>
CPointer(value: Long)
Main constructor
value
val value: Long
Holds the numerical value of the native pointer.