pub fn fold_opt_jsx_attr_value<V>(
    _visitor: &mut V,
    n: Option<JSXAttrValue>
) -> Option<JSXAttrValue> where
    V: Fold + ?Sized