pub unsafe extern "C" fn PyType_GenericAlloc(
t: *mut PyTypeObject,
nitems: Py_ssize_t
) -> *mut PyObject