pub fn visit_parenthesized_generic_arguments_mut<V>(
    v: &mut V,
    node: &mut ParenthesizedGenericArguments
)
where V: VisitMut + ?Sized,
Available on crate feature visit-mut and (crate features derive or full) only.