Defining an array of bytes with a dynamically allocated size
Hello, Can anyone tell me how to define an output to an entity, which is an array of bytes and has a size specified by a generic parameter. I have written a code snippet below which doesn't wor...