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