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