pub fn next_power_of_two(n: usize) -> usize
Calculate the next power of two greater than or equal to n
n
The next power of 2 that is greater than or equal to n