Function pyo3_ffi::PyObject_CallNoArgs

source ยท
pub unsafe extern "C" fn PyObject_CallNoArgs(
    func: *mut PyObject,
) -> *mut PyObject
Available on non-PyPy and non-GraalPy and (Py_3_10, or non-Py_LIMITED_API and Py_3_9) only.