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