pub type PFN_vkCopyMemoryToImageEXT = unsafe extern "system" fn(_device: Device, _copy_memory_to_image_info: *const CopyMemoryToImageInfoEXT) -> Result;
Expand description