public int PyList_SetSlice(IntPtr pointer, int start, int end, IntPtr value) { return(Runtime_Windows.PyList_SetSlice(pointer, start, end, value)); }