orNull<Y extends RType> static method
Implementation
static NativeMemoryPointer<Y>? orNull<Y extends RType>(Pointer? p)
=> p == null ? null : .new(p);
static NativeMemoryPointer<Y>? orNull<Y extends RType>(Pointer? p)
=> p == null ? null : .new(p);