unsafeRoleSelectMenu
suspend fun ComponentContainer.unsafeRoleSelectMenu(row: Int? = null, builder: suspend UnsafeRoleSelectMenu<UnsafeModalForm>.() -> Unit): UnsafeRoleSelectMenu<UnsafeModalForm>
suspend fun <M : UnsafeModalForm> ComponentContainer.unsafeRoleSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend UnsafeRoleSelectMenu<M>.() -> Unit): UnsafeRoleSelectMenu<M>