kotlin-stdlib / kotlinx.cinterop / interpretNullablePointed interpretNullablePointed Native 1.3 fun <T : NativePointed> interpretNullablePointed( ptr: NativePtr): T?(source) Performs type cast of the native pointer to given interop type, including null values. Parameters T - must not be abstract