python27_sys

Type Alias intintobjargproc

Source
pub type intintobjargproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: c_int, arg3: c_int, arg4: *mut PyObject) -> c_int;