Variable VkAllocationCallbacks.pUserData

struct VkAllocationCallbacks
{
  // ...
  void* pUserData ;
  // ...
}