pyo3_ffi

Function _PyObject_CallMethod_SizeT

Source
pub unsafe extern "C" fn _PyObject_CallMethod_SizeT(
    o: *mut PyObject,
    method: *const c_char,
    format: *const c_char,
    ...
) -> *mut PyObject
Available on non-Py_3_13 only.