fn bytesRequired(int_count: usize) usize
Calculates the number of bytes required to store a desired count of Ints.
Int
int_count: usize,