Squareline studio1.5.4 screen_unload_event error

1.5.2:
lv_obj_add_event_cb(ui_ScreenMain, scr_unloaded_delete_cb, LV_EVENT_SCREEN_UNLOADED, &ui_ScreenMain);

1.5.4:
lv_obj_add_event_cb(ui_ScreenMain, scr_unloaded_delete_cb, LV_EVENT_SCREEN_UNLOADED, ui_ScreenMain_screen_destroy);

IAR build: Error[Pe167]: argument of type “void (*)(void)” is incompatible with parameter of type “void *”