CVOGetAPIVersion

This function is called to check the API version when a package is loaded.
Use this function as it is without changing its implementation.

CVOAPI int32_t CVOGetAPIVersion()
{
    return CVO_API_VERSION;
}