cf C code `dtype = PyArray_DescrFromType(NPY_INT64); new_obj = PyArray_View(obj, dtype, NULL); Py_DECREF(dtype); if (new_obj == NULL) { ... }`