Type Definition pyo3::ffi::objobjproc

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