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