pub fn uwr_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
)