Type Definition python27_sys::intobjargproc
[−]
[src]
type intobjargproc = unsafe extern "C" fn(_: *mut PyObject, _: c_int, _: *mut PyObject) -> c_int;