Cast MutableList with raw parameter type to specified parameter T.
T
fun <T> MutableList<*>.asMutableListOfType(): MutableList<T>?