_PyObject_New

Function _PyObject_New 

Source
pub unsafe extern "C" fn _PyObject_New(
    arg1: *mut PyTypeObject,
) -> *mut PyObject