pub type PFN_vkDestroySwapchainKHR = unsafe extern "system" fn(_device: Device, _swapchain: SwapchainKHR, _allocator: *const AllocationCallbacks);
Expand description