Variable VkAllocationCallbacks.pfnFree

struct VkAllocationCallbacks
{
  // ...
  nothrow extern(C) void function(void*, void*) pfnFree ;
  // ...
}