pub type TCPCongTimeoutEv = Option<unsafe extern "C-unwind" fn(tcp: *mut TCP)>;
pub enum TCPCongTimeoutEv { None, Some(unsafe extern "C-unwind" fn(*mut _TCP)), }
No value.
Some value of type T.
T