pub fn argsort_radix_i64(data: &[i64], descending: bool) -> Vec<usize>
LSD Radix argsort for i64 - uses sign-bit flipping for proper signed ordering