structAllocateInto method
Allocates nested pointers into temp under key as needed.
Implementation
@override
void structAllocateInto(RaylibTemp temp, MemoryPointer p, String key) {
field_data.allocate(temp, p, '${key}_data', count: _dataBuffer.lengthInBytes);
}