Return a bool value based upon consuming a single byte from the specified fuzzDataView. If fuzzDataView‐>length() is 0, return false.
Synopsis
Declared in <bslim_fuzzutil.h>
static
bool
consumeBool(FuzzDataView* fuzzDataView);
Created with MrDocs