pub type ngx_connection_handler_pt = Option<unsafe extern "C" fn(_: *mut ngx_connection_s)>;
Aliased Type§
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)>;
enum ngx_connection_handler_pt {
None,
Some(unsafe extern "C" fn(_: *mut ngx_connection_s)),
}