pub type PFN_vkCmdCopyMemoryToImageIndirectNV = unsafe extern "system" fn(_command_buffer: CommandBuffer, _copy_buffer_address: DeviceAddress, _copy_count: u32, _stride: u32, _dst_image: Image, _dst_image_layout: ImageLayout, _image_subresources: *const ImageSubresourceLayers);
Expand description