[−][src]Type Definition python27_sys::wrapperfunc
type wrapperfunc = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, wrapped: *mut c_void) -> *mut PyObject;
type wrapperfunc = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, wrapped: *mut c_void) -> *mut PyObject;