macro_rules! vk_bitflags_wrapped {
    ($ name : ident , $ flag_type : ty) => { ... };
}