pub unsafe extern "C" fn PyTuple_GetSlice(
    arg1: *mut PyObject,
    arg2: isize,
    arg3: isize
) -> *mut PyObject