macro_rules! cfg_libusb_only {
    ($i: block) => { ... };
    ($i: item) => { ... };
}