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