pub const fn shrd(dst: u128, src: u128, n: usize) -> u128
Shifts dst to the right n bits, filling in from the left with the least significant bits of src.
dst
n
src