pub type PFN_vkCmdSetColorWriteEnableEXT = unsafe extern "system" fn(_command_buffer: CommandBuffer, _attachment_count: u32, _color_write_enables: *const Bool32);
Expand description