import { Deno } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.unstable.d.ts";
const { UnsafePointerView } = Deno;
Gets a C string (null
terminated string) at the specified byte offset
from the specified pointer.
Parameters
pointer: NonNullable<PointerValue>