macro_rules! cfg_not_client {
    ($($item:item)*) => { ... };
}