Type Alias pyo3_ffi::binaryfunc

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