CSSynchronizedVariableImpl

fun <T> CSSynchronizedVariableImpl(value: T, onChange: (value: T) -> Unit? = null)