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