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