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