interpretCPointer

external fun <T : CPointed> interpretCPointer(rawValue: NativePtr): CPointer<T>?(source)

Performs type cast of the CPointer from the given raw pointer.

Since Kotlin

1.3