pub fn sign_extend_leq64_to_i64(value: u64, width: u32) -> i64
Expand description

Sign extends an arbitrary, 64-bit or less, signed two’s complement integer stored within an u64 to a full width i64.