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