pub type PFN_vkCopyImageToMemoryEXT = unsafe extern "system" fn(_device: Device, _copy_image_to_memory_info: *const CopyImageToMemoryInfoEXT) -> Result;
Expand description