pub unsafe extern "C" fn ImGuiIO_AddMouseButtonEvent(
    this: *mut ImGuiIO,
    button: c_int,
    down: bool
)