Function esp_idf_hal::sys::http_parser_execute

source ยท
pub unsafe extern "C" fn http_parser_execute(
    parser: *mut http_parser,
    settings: *const http_parser_settings,
    data: *const i8,
    len: usize,
) -> usize