pub fn fold_opt_char<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<char>
) -> Option<char>