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