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