Type Alias ngx_event_free_peer_pt

Source
pub type ngx_event_free_peer_pt = Option<unsafe extern "C" fn(_: *mut ngx_peer_connection_s, _: *mut c_void, _: usize)>;

Aliased Type§

enum ngx_event_free_peer_pt {
    None,
    Some(unsafe extern "C" fn(_: *mut ngx_peer_connection_s, _: *mut c_void, _: usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ngx_peer_connection_s, _: *mut c_void, _: usize))

Some value of type T.