pub type TCPCongNameStr = Option<unsafe extern "C-unwind" fn() -> *const c_char>;
enum TCPCongNameStr { None, Some(unsafe extern "C-unwind" fn() -> *const i8), }
No value.
Some value of type T.
T