import { Deno } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.deno.unstable.d.ts";
const { UnsafePointer } = Deno;
UNSTABLE: New API, yet to be vetted.
An unsafe pointer to a memory location for passing and returning pointers to and from the FFI.
Static Methods
of(value: Deno.UnsafeCallback | BufferSource): PointerValue
Return the direct memory pointer to the typed array in memory.