pub fn fold_ts_property_signature<V>(
    _visitor: &mut V,
    n: TsPropertySignature
) -> TsPropertySignature where
    V: Fold + ?Sized