pub type PFN_vkCmdClearColorImage = unsafe extern "system" fn(_command_buffer: CommandBuffer, _image: Image, _image_layout: ImageLayout, _color: *const ClearColorValue, _range_count: u32, _ranges: *const ImageSubresourceRange);
Expand description