const fn ct_select(a: u32, b: u32, c: u32) -> u32
Returns a if c == 0 and b if c == u32::MAX.
a
c == 0
b
c == u32::MAX