public static extern DrawCmd* ImDrawList_GetCmdPtr(DrawList* list, int n);
public static extern int ImDrawList_GetCmdSize(DrawList* list);
public static extern int ImDrawList_GetIndexBufferSize(DrawList* list);
public static extern ushort* ImDrawList_GetIndexPtr(DrawList* list, int n);
public static extern DrawVert* ImDrawList_GetVertexPtr(DrawList* list, int n);