createInitialState

fun createInitialState(    c: ComponentContext,     sectionTree: StateValue<SectionTree?>,     binder: StateValue<Binder<RecyclerView>>,     internalRecyclerEventsController: StateValue<RecyclerEventsController?>,     collectionRecyclerPoolScope: StateValue<PoolScope.ManuallyManaged>,     section: Section,     recyclerConfiguration: RecyclerConfiguration,     sectionTreeTag: String?,     startupLogger: LithoStartupLogger?,     lazyCollectionController: LazyCollectionController?)