pyo3_ffi

Type Alias binaryfunc

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