pub type PFN_vkCmdCopyImage = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, srcImage: VkImage, srcImageLayout: VkImageLayout, dstImage: VkImage, dstImageLayout: VkImageLayout, regionCount: u32, pRegions: *const VkImageCopy)>;Aliased Type§
pub enum PFN_vkCmdCopyImage {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *mut VkImage_T, u32, *mut VkImage_T, u32, u32, *const VkImageCopy)),
}