method Buffer.readBigInt64LE
Usage
import { type Buffer } from "node:buffer";
Reads a signed, little-endian 64-bit integer from buf at the specifiedoffset.
Integers read from a Buffer are interpreted as two's complement signed
values.