pub fn nth_set_bit_u32(w: u32, n: u32) -> Option<u32>
Returns the nth set bit in w, if n+1 bits are set. The indexing is zero-based, nth_set_bit_u32(w, 0) returns the least significant set bit in w.