pub fn padding_for(pos: usize, alignment: usize) -> usize
Computes the number of padding bytes to push pos to the next multiple-of-alignment boundary.
pos
alignment