示例#1
0
 public int PyList_SetItem(IntPtr pointer, int index, IntPtr value)
 {
     return(Runtime_Windows.PyList_SetItem(pointer, index, value));
 }