pub fn concatHandlerInner<T: StartMarker + Clone>(
    c: Configuration<T>,
    v: Variables<'_, T>,
    t: TokenStream2
) -> Result<String>