pub const fn sign_extend_u64(v: u64, n: usize) -> i64
Extends an n-bit number in v to an i64.
n
v
i64