pub unsafe fn get_device_proc_addr_pfn<F: PFN>( device: &(impl VkHandle<Handle = VkDevice> + ?Sized), ) -> Option<F>
Implements