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