[][src]Type Definition nginx::ngx_http_phase_handler_pt

type ngx_http_phase_handler_pt = Option<unsafe extern "C" fn(r: *mut ngx_http_request_t, ph: *mut ngx_http_phase_handler_t) -> ngx_int_t>;