PyObject_NewVar

Function PyObject_NewVar 

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