42typedef void (*
OutputStringCB)(
const char *szString,
void *pOutCtx,
int bNewline);
void PrintSizes(OutputStringCB pfOutput, void *pOutCtx)
Print sizes of encoder / decoder contexts.
void(* OutputStringCB)(const char *szString, void *pOutCtx, int bNewline)
Type for function to output a text string.
int RunTests(const char *szTestNames[], OutputStringCB pfOutput, void *pOutCtx, int *pNumTestsRun)
Runs the QCBOR tests.