macro_rules! gfx_if_vulkan_hidden {
    ( $call:expr ) => { ... };
}
Available on crate feature vulkan and non-WebAssembly and wgpu_core only.