pub fn did_fail<T>(device: &Device, callback: impl FnOnce() -> T) -> (bool, T)
Returns true if the provided callback fails validation.