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