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