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)),
}