Function esp_idf_hal::sys::http_parser_parse_url

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