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