Allocates an unslotted block of count structs.
count
The caller is responsible for freeing the returned pointer.
Pointer<T> Raw([int count = 1]) => allocatorFunc(count);