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