internal static ndarray LexSort(ndarray[] arrays, int axis)
 {
     return(NpyCoreApi.LexSort(arrays, axis));
 }