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