macro_rules! gfx_if_dx12_hidden {
    ( $call:expr ) => { ... };
}
Available on crate feature wgpu and not (crate feature dx12 and Windows) only.