Type Alias ngx_send_chain_pt

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ngx_connection_s, _: *mut ngx_chain_s, _: i64) -> *mut ngx_chain_s)

Some value of type T.