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