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