Type Definition wrapperfunc
python27_sys
type wrapperfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: *mut c_void) -> *mut PyObject;