[][src]Type Definition nginx::ngx_http_log_handler_pt

type ngx_http_log_handler_pt = Option<unsafe extern "C" fn(r: *mut ngx_http_request_t, sr: *mut ngx_http_request_t, buf: *mut u_char, len: size_t) -> *mut u_char>;