pub fn visit_ts_external_module_ref<V>(
    _visitor: &mut V,
    n: &TsExternalModuleRef
) where
    V: Visit + ?Sized