type alias Deno.PointerValue
Pointers are represented either with a [`PointerObject`](../././~/Deno.PointerObject)
object or a `null` if the pointer is null.
null | PointerObject<T>