function putVarbigimport { putVarbig } from "https://deno.land/std@0.145.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