systemd holy shit.
https://www.freedesktop.org/software/systemd/man/latest/sd_bus_message_read.html#Description
- function with va_args and you specify types in a string (please don't)
- "b" is for a boolean argument but you consider it an int * (fuck you)
https://www.freedesktop.org/software/systemd/man/latest/sd_bus_message_read.html#Description
- function with va_args and you specify types in a string (please don't)
- "b" is for a boolean argument but you consider it an int * (fuck you)
1