_PyDict_NewPresized

Function _PyDict_NewPresized 

Source
pub unsafe extern "C" fn _PyDict_NewPresized(
    minused: isize,
) -> *mut PyObject