pub fn trailing_ones_u8(value: u8) -> u32
Returns the number of trailing ones in an unsigned 8-bit integer.