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