pub unsafe extern "C" fn vmaVirtualFree(
    virtualBlock: VmaVirtualBlock,
    allocation: VmaVirtualAllocation
)
Expand description

\brief Frees virtual allocation inside given #VmaVirtualBlock.

It is correct to call this function with allocation == VK_NULL_HANDLE - it does nothing.