Would you like to add more error handling for return values from functions like the following? * [fclose](https://pubs.opengroup.org/onlinepubs/9799919799/functions/fclose.html "Close a stream.") ⇒ [doCompressFile](https://github.com/intel/QATzip/blob/7c3a08ac1e7715198ea4d435d30426226cf98774/utils/qzip_7z.c#L720-L722) * [fseek](https://pubs.opengroup.org/onlinepubs/9799919799/functions/fseek.html "Reposition a file-position indicator.") ⇒ [skipNByte](https://github.com/intel/QATzip/blob/7c3a08ac1e7715198ea4d435d30426226cf98774/utils/qzip_7z.c#L137-L140) * [pthread_create](https://pubs.opengroup.org/onlinepubs/9799919799/functions/malloc.html "Thread creation") ⇒ [qzCompressCrcExt](https://github.com/intel/QATzip/blob/7c3a08ac1e7715198ea4d435d30426226cf98774/src/qatzip.c#L1883)