pub unsafe extern "C" fn vmaGetPoolStatistics(
    allocator: VmaAllocator,
    pool: VmaPool,
    pPoolStats: *mut VmaStatistics
)
Expand description

\brief Retrieves statistics of existing #VmaPool object.

\param allocator Allocator object. \param pool Pool object. \param[out] pPoolStats Statistics of specified pool.