mapToTypeOrNull

fun <T> CommandValueArgument.mapToTypeOrNull(expectingType: KType): T?
inline fun <T> CommandValueArgument.mapToTypeOrNull(): T?