macro_rules! wait_for_any {
    ($wait:expr, $test:expr, $check:expr, $assert:expr) => { ... };
}