Sometimes we find ourselves dealing with a linter error that states something like: warning: struct of size 40 could be 32 (maligned) So we search at Google, Stack Overflow, GitHub, official docs and other communities out there that may help us with this problem. However, the lack of information just leave us more confused and empty handed. There’s clearly something wrong with our code, so what ex