alloc_array_aligned
macro alloc_array_aligned($Type, usz elements) @nodiscardAllocate using an aligned allocation. This is necessary for types with a default memory alignmentexceeding DEFAULT_MEM_ALIGNMENT. IMPORTANT! It must be freed using free_aligned.