kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
asStableRef
as
Stable
Ref
Native
inline
fun
<
T
:
Any
>
CPointer
<
*
>
.
asStableRef
(
)
:
StableRef
<
T
>
Converts to
StableRef
this opaque pointer produced by
StableRef.asCPointer
.