pub type ngx_http_ssi_command_pt = Option<unsafe extern "C" fn(_: *mut ngx_http_request_s, _: *mut ngx_http_ssi_ctx_t, _: *mut *mut ngx_str_t) -> isize>;
Aliased Type§
enum ngx_http_ssi_command_pt {
None,
Some(unsafe extern "C" fn(_: *mut ngx_http_request_s, _: *mut ngx_http_ssi_ctx_t, _: *mut *mut ngx_str_t) -> isize),
}