Helper functions for check API arguments e.g. bool result = CheckArgs(2, ValueT_String, ValueT_Number); 2: min arguments to call API ValueT_String: type of the first argument ValueT_Number: type of the second argument all arguments are valid when result == true
source not stored for this graph (policy: none)