[][src]Type Definition nginx::ngx_http_handler_pt

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