Type Definition python27_sys::binaryfunc [] [src]

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