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