Function _PyObject_CallMethod_SizeT
pub unsafe extern "C" fn _PyObject_CallMethod_SizeT(
o: *mut PyObject,
method: *const i8,
format: *const i8,
...
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.