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