I have a function that creates a NativeArray but the types vary upon the inputs to the function that creates this array. Is it possible to make a NativeArray without a specifically defined type? I need to define this NativeArray as what is returned by a function.