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