macro_rules! qcow2_setup_dev_fn_sync {
($type:ty, $fn_name: ident) => { ... };
}Expand description
Build one helper which can setup one qcow2 device, and this helper needn’t be async/.await
The backing device is setup automatically in the built helper.