public static unsafe Payload AcceptDragDropPayload(string type, DragDropFlags flags) => new Payload(ImGuiNative.igAcceptDragDropPayload(type, flags));
public static bool BeginDragDropSource(DragDropFlags flags, int mouseButton) => ImGuiNative.igBeginDragDropSource(flags, mouseButton);