macro_rules! suspendable_tests {
    ($name:ident, $dev:expr, $modfun:ident) => { ... };
}
Expand description

dev is the device. modfun is the function name of the function that would modify the device. The function call should modify the device so that a snapshot taken after the function call would be different from a snapshot taken before the function call.