Type Alias pyo3_ffi::objobjproc

source ยท
pub type objobjproc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> c_int;