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