Type Definition python27_sys::unaryfunc[][src]

pub type unaryfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;