pub unsafe extern "C" fn igSetDragDropPayload(
    _type: *const c_char,
    data: *const c_void,
    size: size_t,
    cond: ImGuiCond
) -> bool