Type Definition python27_sys::intintobjargproc [−][src]
type intintobjargproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: c_int, arg3: c_int, arg4: *mut PyObject) -> c_int;
type intintobjargproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: c_int, arg3: c_int, arg4: *mut PyObject) -> c_int;