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