create

inline fun <T : Any> ExtensionContainer.create(name: String, noinline block: T.() -> Unit): T?