internal static IArrayHandlers GetNumericHandler(NPY_TYPES ItemType)
 {
     return(NpyCoreApi.GetArrayHandler(ItemType));
 }