Function PyObject_CallMethodNoArgs
pub unsafe fn PyObject_CallMethodNoArgs(
self_: *mut PyObject,
name: *mut PyObject,
) -> *mut PyObjectAvailable on
Py_3_9 and non-PyPy and crate feature tls only.