Read a little-endian signed-64-bit value (non-negative range only).
int bdGetInt64(ByteData bd, int offset) => bdGetUint64(bd, offset);