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