pub unsafe extern "C" fn vmaGetPoolName(
    allocator: VmaAllocator,
    pool: VmaPool,
    ppName: *mut *const c_char
)
Expand description

\brief Retrieves name of a custom pool.

After the call ppName is either null or points to an internally-owned null-terminated string containing name of the pool that was previously set. The pointer becomes invalid when the pool is destroyed or its name is changed using vmaSetPoolName().