devela::_dep::pyo3::ffi

Function PyObject_CallOneArg

pub unsafe fn PyObject_CallOneArg(
    func: *mut PyObject,
    arg: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.