python27_sys

Type Alias intobjargproc

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