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