Using 32 does not make much sense, because there will be 4 remaining padding bytes in the struct anyway. Using 64 instead does not actually increase the size of the struct, but makes allocations less likely.
Using 32 does not make much sense, because there will be 4 remaining padding bytes in the struct anyway. Using 64 instead does not actually increase the size of the struct, but makes allocations less likely.