pub type PFN_vkCmdSetCullMode = unsafe extern "system" fn(_command_buffer: CommandBuffer, _cull_mode: CullModeFlags);
Expand description