draw_list->AddCallback(ImDrawCallback_ResetRenderState, nullptr);
It seems this method won't work because we only have the ImDrawCallback delegate in our parameters.
We need another method that will have this native parameter "delegate*<ImDrawList*, ImDrawCmd*, void> callback"
