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