pub type PFN_vkCmdCopyBuffer = unsafe extern "system" fn(_: CommandBuffer, _: Buffer, _: Buffer, _: u32, _: *const BufferCopy);
Expand description