ERR_getErrorCode
return ERR_getErrorString(ERR_getErrorCode(code));
ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); }