pub type ngx_connection_handler_pt = Option<unsafe extern "C" fn(*mut ngx_connection_s)>;
Aliased Type§
pub enum ngx_connection_handler_pt {
None,
Some(unsafe extern "C" fn(*mut ngx_connection_s)),
}
pub type ngx_connection_handler_pt = Option<unsafe extern "C" fn(*mut ngx_connection_s)>;
pub enum ngx_connection_handler_pt {
None,
Some(unsafe extern "C" fn(*mut ngx_connection_s)),
}