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