Function PyObject_CallNoArgs
pub unsafe extern "C" fn PyObject_CallNoArgs(
func: *mut PyObject,
) -> *mut PyObjectAvailable on non-
PyPy and (Py_3_10, or non-Py_LIMITED_API and Py_3_9) and crate feature tls only.