kotlin-stdlib / kotlinx.cinterop / StableRef / fromValue fromValue Native 1.3 fun fromValue(value: COpaquePointer): StableRef<Any> Deprecated: Use CPointer<*>.asStableRef<T>() instead Creates StableRef from given raw value. Parameters value - must be a value of some StableRef