interpret Nullable Pointed
external fun <T : NativePointed> interpretNullablePointed(ptr: NativePtr): T?
Content copied to clipboard
Performs type cast of the native pointer to given interop type, including null values.
Parameters
T
must not be abstract