Return the mapping from verification flag names to their enum values.
Declared in <script/interpreter.h>
<script/interpreter.h>
std::map<std::string, script_verify_flag_name> const& ScriptFlagNamesToEnum();
A reference to the shared name-to-flag map.