fn destroy(pool: *Pool, ptr: ItemPtr) void
Destroys a previously created item. Only pass items to ptr that were previously created with create() of the same memory pool!
ptr
create()
pool: *Pool,
ptr: ItemPtr,