Type Alias pyo3::ffi::binaryfunc

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