pub fn left_shift_with_32(a: u1, b: u8, c: u32) -> u32
Left-shift a 32-bit value by the given amount. Bits are filled with the given bit.
95 mWU (milli weight units)