BrotliDecoderIsFinished
if (BrotliDecoderIsFinished(ctx->decode.state) || ctx->decode.avail_out == 0)
if (BrotliDecoderIsFinished(ctx->decode.state))
if (!BrotliDecoderIsFinished(ctx->decode.state))