public static extern uint http_parser_execute(ref http_parser parser, ref http_parser_settings settings, string data, uint len);
 public static extern void http_parser_init(ref http_parser parser, HttpParserType type);