pub type ngx_http_upstream_init_pt = Option<unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut ngx_http_upstream_srv_conf_s) -> isize>;
Aliased Type§
enum ngx_http_upstream_init_pt {
None,
Some(unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut ngx_http_upstream_srv_conf_s) -> isize),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut ngx_conf_s, _: *mut ngx_http_upstream_srv_conf_s) -> isize)
Some value of type T
.