pub fn visit_mut_opt_ts_type<V>(
    _visitor: &mut V,
    n: &mut Option<Box<TsType, Global>>
) where
    V: VisitMut + ?Sized