macro_rules! gfx_if_dx11_hidden {
    ( $call:expr ) => { ... };
}
Available on crate feature dx11 and Windows only.