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