fseeko ¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/fseeko.html
Portability problems fixed by Gnulib:
fseeko in <stdio.h> is not enabled by default
on some platforms:
glibc 2.3.6.
off_t is a 32-bit type, fseeko does not work
correctly with files 2 GiB and larger. See Large File Support.
Portability problems not fixed by Gnulib: