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