const writeIntSliceNative: type = switch (native_endian) {
    .Little => writeIntSliceLittle,
    .Big => writeIntSliceBig,
};