http_parser_init function
Implementation
void http_parser_init(ffi.Pointer<http_parser> parser, http_parser_type type) =>
_http_parser_init(parser, type.value);
void http_parser_init(ffi.Pointer<http_parser> parser, http_parser_type type) =>
_http_parser_init(parser, type.value);