Returns the current version of the FesfUtil2 library.
std::pair<uint32_t, uint32_t>
FesfUtil2GetVersion();
DWORD
FesfUtil2GetVersion_C(
[out] DWORD* VersionMajor,
[out] DWORD* VersionMinor);
Two integer values, the first of which represents the FesfUtil2 major version and the second represents the FesfUtil2 minor version.
Throws an FEU2Exception if an error is encountered.