fn init(bytes: []u8, int_count: usize) Self
Initialize a packed slice using the memory at bytes, with int_count elements. bytes must be large enough to accommodate the requested count.
bytes
int_count
bytes: []u8,
int_count: usize,