method Deno.UnsafePointerView.getCString
UnsafePointerView.getCString(pointer: PointerObject,offset?: number,): string
Gets a C string (`null` terminated string) at the specified byte offset
from the specified pointer.
pointer: PointerObject
string