Type Definition pyo3::ffi::objobjargproc

source ·
pub type objobjargproc = unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut PyObject) -> i32;