pub fn fold_opt_import_supports_type<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<ImportSupportsType>
) -> Option<ImportSupportsType>