pub fn unpack_i4(bytes: &[u8], n: usize) -> Vec<i8>
Inverse of pack_i4: unpacks n sign-extended 4-bit values from bytes.
pack_i4
n
bytes