macro_rules! trace_device {
($device_id:expr, $operation:expr) => { ... };
($device_id:expr, $operation:expr, $($field:tt)*) => { ... };
}macro_rules! trace_device {
($device_id:expr, $operation:expr) => { ... };
($device_id:expr, $operation:expr, $($field:tt)*) => { ... };
}