Function luw_http_hdr_iter

Source
pub unsafe extern "C" fn luw_http_hdr_iter(
    ctx: *mut luw_ctx_t,
    luw_http_hdr_iter_func: Option<unsafe extern "C" fn(*mut luw_ctx_t, *const i8, *const i8, *mut c_void) -> bool>,
    user_data: *mut c_void,
)