function putVarbigimport { putVarbig } from "https://dotland.deno.dev/std@0.116.0/encoding/binary.ts"; putVarbig(b: Uint8Array,x: bigint,o?: VarbigOptions,): numberEncodes bigint x into b. Returns the number of bytes used, or 0 if b is shorter than sizeof(o.dataType). Encodes bigint x into b. Returns the number of bytes used, or 0 if b is shorter than sizeof(o.dataType). o.dataType defaults to "int64". Parametersb: Uint8Arrayx: bigintoptionalo: VarbigOptions = [UNSUPPORTED]Returnsnumber