PyObject_New

Function PyObject_New 

Source
pub unsafe fn PyObject_New<T>(typeobj: *mut PyTypeObject) -> *mut T