pub type PFN_vkDestroyDescriptorPool = unsafe extern "system" fn(_device: Device, _descriptor_pool: DescriptorPool, _allocator: *const AllocationCallbacks);
Expand description