[][src]Type Definition nginx::ngx_http_ssi_command_pt

type ngx_http_ssi_command_pt = Option<unsafe extern "C" fn(r: *mut ngx_http_request_t, ctx: *mut ngx_http_ssi_ctx_t, arg1: *mut *mut ngx_str_t) -> ngx_int_t>;