const readIntLittle: type = switch (native_endian) {
    .Little => readIntNative,
    .Big => readIntForeign,
};