// Free the memory associated with a CXPlatformAvailability structure. func (pa PlatformAvailability) Dispose() { C.clang_disposeCXPlatformAvailability(pa.c) }
/** * \brief Free the memory associated with a \c CXPlatformAvailability structure. */ func (p *PlatformAvailability) Dispose() { C.clang_disposeCXPlatformAvailability(&p.c) }