pub fn unpack_int4(packed: &[u8], num_values: usize) -> Vec<i8>
Unpack INT4 values from packed bytes, returning exactly num_values i8s.
num_values