ZSTD_VERSION_NUMBER

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
enum ZSTD_VERSION_NUMBER = ZSTD_VERSION_MAJOR * 100 * 100 + ZSTD_VERSION_MINOR * 100 + ZSTD_VERSION_RELEASE;

Meta