new_aligned
macro new_aligned($Type, #init = ...) @nodiscard @safemacroAllocate 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.