kotlin-stdlib / kotlinx.cinterop / interpretCPointer interpretCPointer Native 1.3 fun <T : CPointed> interpretCPointer( rawValue: NativePtr): CPointer<T>?(source) Performs type cast of the CPointer from the given raw pointer.