Type Definition python27_sys::wrapperfunc[][src]

pub type wrapperfunc = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, wrapped: *mut c_void) -> *mut PyObject;