Type Definition pyo3::ffi::binaryfunc

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