Parses the given pac script string.
#include <pacparser.h>
int pacparser_parse_pac_string(const char *string);
const char *string
PAC string to parse.
Evaulates the given PAC script string in the JavaScript context created by pacparser_init.
0 on failure and 1 on success.