util: use C23 typeof if available

Open Simon Ser requested to merge emersion/wayland:c23-typeof into main

Instead of using the non-standard typeof, prefer the standard typeof operator introduced in C23.

Merge request reports