pub unsafe extern "C" fn http_parser_parse_url(
    buf: *const c_char,
    buflen: usize,
    is_connect: c_int,
    u: *mut http_parser_url
) -> c_int