pub unsafe extern "C" fn vmaGetPhysicalDeviceProperties(
    allocator: VmaAllocator,
    ppPhysicalDeviceProperties: *mut *const PhysicalDeviceProperties
)
Expand description

PhysicalDeviceProperties are fetched from physicalDevice by the allocator. You can access it here, without fetching it again on your own.