pub fn sign_extend_leq32_to_i32(value: u32, width: u32) -> i32
Expand description

Sign extends an arbitrary, 32-bit or less, signed two’s complement integer stored within an u32 to a full width i32.