kotlin-stdlib / kotlinx.cinterop / pointed pointed Native 1.3 inline val <reified T : CPointed> CPointer<T>.pointed: T Returns the corresponding CPointed. Parameters T - must not be abstract Native 1.3 inline var <reified T : CPointed, reified P : CPointer<T>> CPointerVarOf<P>.pointed: T? The code or data pointed by the value of this variable. Parameters T - must not be abstract