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