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