PyObject_NewVar

Function PyObject_NewVar 

Source
pub unsafe fn PyObject_NewVar<T>(typeobj: *mut PyTypeObject, n: isize) -> *mut T