pub type ngx_event_notify_peer_pt = Option<unsafe extern "C" fn(*mut ngx_peer_connection_s, *mut c_void, usize)>;
Aliased Type§
enum ngx_event_notify_peer_pt {
None,
Some(unsafe extern "C" fn(*mut ngx_peer_connection_s, *mut c_void, usize)),
}