pub type ngx_event_free_peer_pt = Option<unsafe extern "C" fn(*mut ngx_peer_connection_s, *mut c_void, usize)>;
enum ngx_event_free_peer_pt { None, Some(unsafe extern "C" fn(*mut ngx_peer_connection_s, *mut c_void, usize)), }
No value.
Some value of type T.
T