fn create(self: Allocator, comptime T: type) Error!*T
Returns a pointer to undefined memory. Call destroy with the result to free the memory.
destroy
self: Allocator,
T: type,