pub unsafe extern "C" fn vmaSetPoolName(
    allocator: VmaAllocator,
    pool: VmaPool,
    pName: *const c_char
)
Expand description

\brief Sets name of a custom pool.

pName can be either null or pointer to a null-terminated string with new name for the pool. Function makes internal copy of the string, so it can be changed or freed immediately after this call.