ERR_getErrorString
const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
return ERR_getErrorString(ERR_getErrorCode(code));
const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); }