ClangSharp
ClangSharp copied to clipboard
Don't generate unnecessary unsafe keywords for nested types
Nested types (e.g., anonymous structs) that live within a parent type with unsafe defined do not themselves need unsafe, but the generator is generating it anyway.