pub unsafe extern "C" fn PyType_GenericNew(
    t: *mut PyTypeObject,
    args: *mut PyObject,
    kwds: *mut PyObject
) -> *mut PyObject