Type Alias pyo3::ffi::objobjproc

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