pub type PFN_vkCopyImageToImageEXT = unsafe extern "system" fn(_device: Device, _copy_image_to_image_info: *const CopyImageToImageInfoEXT) -> Result;
Expand description