On Linux, unsigned long are 8 bytes, not 4, so `datu8_dump` doesn't work. I had to force standard size with `'=L'`.