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