const readPackedIntForeign: type = switch (native_endian) { .Little => readPackedIntBig, .Big => readPackedIntLittle, };