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.