pub type StreamSocketSetTcpCongestionResult = Result<(), Errno>;
enum StreamSocketSetTcpCongestionResult { Ok(()), Err(Errno), }
Contains the success value
Contains the error value